Clear Filters
Clear Filters

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

3 views (last 30 days)
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 Comments
Cris LaPierre
Cris LaPierre on 19 Jan 2024
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 on 21 Jan 2024
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!

Sign in to comment.

Answers (0)

Categories

Find more on Image Processing and Computer Vision in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!