-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Expected accuracy for YOLOv7-tiny leakyRelu #106
Comments
YOLOv7-tiny python train.py --workers 8 --device 0 --batch-size 64 --data data/coco.yaml --img 512 512 --cfg cfg/training/yolov7-tiny.yaml --weights '' --name yolov7-tiny --hyp data/hyp.scratch.tiny.yaml |
Hi, @WongKinYiu what is the coco 2017 val accuracy with yolov7-tiny leaky? I got the following mAP with your uploaded yolov7-tiny.pt (val2017) Average Precision (AP) @[ IoU=0.50:0.95 | area= all | maxDets=100 ] = 0.331 I also tested with the darknet with your uploaded yolov7-tiny.cfg and yolov7-tiny.weights (val2017) I got different results from your yolov7-tiny.weights and yolov7-tiny.pt, and my results are not equal to your accuracy mentioned on the above comment. what is the expected accuracy should I get? |
The yolov7-tiny.pt is uploaded for someone who want to use it for onnx/tensorrt testing. That is the reason why yolov7-tiny is not included in readme of main branch. We develop tiny models on darknet compatible branch, you could use yolor or pytorch yolov4 to get expected accuracy. |
What is the expected accuracy for YOLOv7-tiny leakyRelu?
I got a very low AP @ 0.75 by using COCO2017-val
Should this be the same as SILU version?
Could you share experiments for YOLOv7 with leakyRelu if you have? Thanks!
The text was updated successfully, but these errors were encountered: