Open YZAlex opened 5 years ago
You have to use darknet53.conv.74 This is because the yolov3.weights is tuned to detect 80 classes, and the last few layers and are aimed at capturing features for those 80 classes. Using the darknet53.conv.74 is therefore the correct option for retraining your model with a custom dataset.
I'm confused that which pre-trained weights file should I use when train a customized dataset, yolov3.weights or darknet.53.conv.74? Can darknet53.conv.74 act as weights file in training customized base model and tiny model? Thanks a lot~~