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

I'm doing an experiment. #4915

Open XiaobinWu1998 opened 4 years ago

XiaobinWu1998 commented 4 years ago

@AlexeyAB Hi, if I am going to train yolov3-5l.cfg and csresnext50-pancet-spp..cfg, is the modification the same as that with yolov3.cfg? Is the pretraining weight used by the yolov3-5l.cfg still darknet53.conv.74? The csresnext50-pancet-spp..cfg should use csresnext50-pancet-spp-original-optimal_final.weights?

AlexeyAB commented 4 years ago

https://github.com/AlexeyAB/darknet#how-to-train-to-detect-your-custom-objects

Download pre-trained weights for the convolutional layers and put to the directory build\darknet\x64

for csresnext50-panet-spp.cfg (133 MB): csresnext50-panet-spp.conv.112 for yolov3.cfg, yolov3-spp.cfg (154 MB): darknet53.conv.74 for yolov3-tiny-prn.cfg , yolov3-tiny.cfg (6 MB): yolov3-tiny.conv.11 for enet-coco.cfg (EfficientNetB0-Yolov3) (14 MB): enetb0-coco.conv.132

XiaobinWu1998 commented 4 years ago

thank you, but which weight should Yolov3-5l. cfg use?