We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When i train custom data, the mAP always be 0.(it works well when i use ultralytics/yolov3)
Is there something wrong?
My train command : python train.py --cfg cfg/yolov3-tiny.cfg --data data/coco.data --weights '' --epochs 50 --img-size 416 --device 3
The text was updated successfully, but these errors were encountered:
I also encountered this problem, the mAP was always 0 in the process of training my data set.
Sorry, something went wrong.
me too.Have you solved this prolem?
No branches or pull requests
When i train custom data, the mAP always be 0.(it works well when i use ultralytics/yolov3)
Is there something wrong?
My train command : python train.py --cfg cfg/yolov3-tiny.cfg --data data/coco.data --weights '' --epochs 50 --img-size 416 --device 3
The text was updated successfully, but these errors were encountered: