AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.64k stars 7.95k forks source link

yolov3-spp initial weights #4075

Open mmartin56 opened 4 years ago

mmartin56 commented 4 years ago

Hi @AlexeyAB,

Yolov3-spp performs better on the Coco dataset than Yolov3.

When training with my on images and classes, do you recommend using the Yolov3-spp architecture as well? If so, can I use darknet53.conv.74 as inital weights for the backbone?

(So the command line would be something like ./darknet detector train cfg/my.data cfg/yolov3-spp.cfg darknet53.conv.74)

Thank you very much!

AlexeyAB commented 4 years ago

Yes. Yes.

mmartin56 commented 4 years ago

Awesome. :)

And thanks!