AlexeyAB / darknet

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

darknet/build/darknet/x64/partial.cmd #6803

Open Lowell-IC opened 3 years ago

Lowell-IC commented 3 years ago

Hello! @AlexeyAB I'm sorry to disturb you. Can I use these cmd to get pre-trained model from these trained model? I change the cfg file, and I get a trained model. Can I use this cmd to get pre-trained model from the trained model? Thank you for your time and I look forward to your reply.

nguyenanhtuan1008 commented 3 years ago

@AlexeyAB I also have a question about the number of partial commands. I saw that the command darknet.exe partial cfg/darknet53_448.cfg darknet53_448.weights darknet53.conv.74 74, and I know 74 is the layer gets from the .weights file but how do I calculate this? And what is relationship between 53 and 74? I count convolutional in .cfg is 53 layer, but I didn't understand what 74 took from? If I want partial the darknet19_448 then what the number of the layer should I take? Thank you so much!