필터 지우기
필터 지우기

Using custom weights and cfg file, is there a clear documentation in Matlab to use them for yolov3 object detection?

조회 수: 3 (최근 30일)
The code below is working if we are using the pretrained model but not your own weights and cfg files.
% Load YOLOv3 model
yolov3 = yolov3ObjectDetector('darknet53-coco');
  댓글 수: 2
Cris LaPierre
Cris LaPierre 2024년 1월 19일
It is my understanding that, if you want to use custom weights, you will need to retrain the model. Can you say more about what you want to do? What type of data is in your cfg file?
Hanes Ongos
Hanes Ongos 2024년 1월 21일
Hi Cris, I have the images to be used. I also have done the annotations. I have done the training in google Colab and have generated the weights, the cfg and the .names files. I only want to detect person so I have modified my cf and .names files. Is there a way to use these files in Matlab for human detection? It seems I can't find any clear documentation on this. Thanks!

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Image Processing and Computer Vision에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by