darknet2caffe_yolov3 icon indicating copy to clipboard operation
darknet2caffe_yolov3 copied to clipboard

model_convert

Open ljh9999 opened this issue 5 years ago • 1 comments

Sorry to bother you again, I would like to ask if you have used the pre-training weight of darknet53.conv.74 to generate weights files and then convert caffemodel? I had a problem converting my own model. How do you train a model that fits your data set?

ljh9999 avatar Nov 13 '19 03:11 ljh9999

No, I use the whole *.weights file to convert caffemodel. About the train process, you could refer this GitHub to train your custom dataset. https://github.com/AlexeyAB/darknet

passion3394 avatar Nov 13 '19 03:11 passion3394