-
Notifications
You must be signed in to change notification settings - Fork 8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tiny-yolo not giving results after fine tuning #1877
Comments
This command creates weights file You must follow exactly this sequence:
Read more: https://github.com/AlexeyAB/darknet#how-to-train-tiny-yolo-to-detect-your-custom-objects |
@AlexeyAB Thanks for replying... i set stopbackward=1 in my new cfg file to train with 4 classes. |
@alexey not getting the results even then...... i don't understand what's wrong with tiny- yolo-voc.cfg.. |
@AlexeyAB writing stopbackward=1 in cfg file and then fine tuning isn't giving results as yolov2 23 layer architecture. mAP is 0.0% before and after fine tuning yolov2-tiny-voc.cfg and corresponding weights
this result in a pic is after first 100 iterations......... After 2400 iteration the avg loss donot decrease below 0.2 and mAP is 0.00% ..................extremely un-understandable
Alexey. after run this command
darknet partial cfg/yolov2-tiny-voc.cfg yolov2-tiny-voc.weights yolov2-tiny.conv.13 13
the weights are saved as yolov2-tiny.conv.13 and when i tested this weight file for detection it gives me this result
if this command only save the weight file than why results are so bad??
The text was updated successfully, but these errors were encountered: