Open mohamedabdallah1996 opened 6 years ago
Just use the full yolo model
trained by voc or the tiny yolo model
by coco, combined the .weights
file on the darknet official site, they fit well.
Remember that all the .cfg
files under the ~/cfg/
mean to YOLOv2. So u should use the v2 weights on the darknet official site.
And all the .cfg
files under the ~/cfg/v1
mean to YOLOv1 which is out of time.
Thank you so much for your response. I'll try that
I trained a model for 32 class with
tiny yolo
But the accuracy was not good enough. I want to train the model usingfull yolo
weights.What I did:
yolo-full.weights
file that was attached with a link on README.cfg/v1
folderyolo-full.cfg
file.I tried to train the model with a new cfg modified from
yolo-full.cfg
. and when I created a new file and changed the number of classes and filter of the last layer, I get this errorwhat I understand from this error that it needs the cfg file has the same name of the weights. so I changed it to
yolo-full.cfg
But I get the same error:What does this mean ? and please if anyone has more clarified steps about how to train a model using
full yolo
it would be appreciated !Any suggestions please ..