AlexeyAB / darknet

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

How to train with yolov3-spp.cfg? #2935

Open toplinuxsir opened 5 years ago

toplinuxsir commented 5 years ago

How to train with yolov3-spp.cfg? Should I modified the yolov3-spp.cfg same as yolov3.cfg? such as params classes and filters and use pre-trained weights for the convolutional layers as yolov3 https://pjreddie.com/media/files/darknet53.conv.74 or others ? The same question about yolov3-5l.cfg If I change width and height ,Should I caculate_anchros ? Thanks !

AlexeyAB commented 5 years ago

Yes, you should do for yolov3-spp.cfg and yolov3-5l.cfg all the same as for yolov3.cfg