mAP is always equal to zero #3315
-
I tried to train the dataset python train.py --img 640 --batch 16 --epochs 5 --data ./data/coco128.yaml --cfg ./models/yolov5s.yaml --weights '' It seems that train.py works successfully, but the results are really confusing. And the pred images are just the original images (see below) I would be very grateful if anyone can help me solve this problem. |
Beta Was this translation helpful? Give feedback.
Answered by
glenn-jocher
May 24, 2021
Replies: 1 comment 2 replies
-
@popomimo your results are as expected. If you train from scratch on a small dataset you should train for thousands of epochs. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
zyl24
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@popomimo your results are as expected. If you train from scratch on a small dataset you should train for thousands of epochs.