pjreddie / darknet

Convolutional Neural Networks
http://pjreddie.com/darknet/
Other
25.81k stars 21.33k forks source link

Fine tuning yolov3 #1548

Open ghost opened 5 years ago

ghost commented 5 years ago

Hi everyone, Does anybody know how to fine tune yolov3 without training it from scratch? I found the following group, but it seems the link doesn't exist anymore. https://groups.google.com/forum/#!topic/darknet/g_trr43GlMk Thanks for your help.

MinHsiuHsu commented 5 years ago

Hi, I think there is a parameter "stopbackward" can be added to any layers you want them to be freezed. You can see https://github.com/pjreddie/darknet/issues/403. But, I haven't tried it. If it works, please let me know.

ghost commented 5 years ago

Hi, I think there is a parameter "stopbackward" can be added to any layers you want them to be freezed. You can see #403. But, I haven't tried it. If it works, please let me know.

Thanks, I am trying to use stopbackward parameter, but I am not sure if we can add it to any layer that we want. I will let you know