Open XiaobinWu1998 opened 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
thank you, but which weight should Yolov3-5l. cfg use?
@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?