Surprising with result of yolov5s model #11968
akshay9396
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I trying to validate yolov5s and my pruned model with coco128 dataset. I got strange result of mAP@.5.
I am using the above query.
python val.py --weights yolo_models/yolov5s.onnx --data coco128.yaml --img 640 --batch-size 1
Basically the values of the mAP@.5 of the pruned one is going up. But it should go down logically.
Could you please tell why this is happening? Did I do something wrong?
Beta Was this translation helpful? Give feedback.
All reactions