-
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
What is the mAP on the VOC dataset using YOLOv3? #2557
Comments
@616848072 |
You can refer to the tutorial on this website. https://blog.csdn.net/amusi1994/article/details/81564504 |
@616848072 |
@WEITINGLIN32 |
@616848072 |
@WEITINGLIN32 |
@WEITINGLIN32 |
@616848072 |
OK, no problems! |
@WEITINGLIN32 |
@616848072
Did he train it by using this repository https://github.com/AlexeyAB/darknet or original repository https://github.com/pjreddie/darknet ? |
@616848072 |
@WEITINGLIN32
|
@AlexeyAB |
@WEITINGLIN32 |
@AlexeyAB |
@AlexeyAB |
@616848072 Hardware should not have any influence. |
@AlexeyAB |
Is the yolov3-voc.weights file available somewhere ? |
@tdurand No. |
Many people encountered the same problem. mAP of yolov3 on VOC is lower than v2 (76.8% in paper. I trained but got only 75.3%). As for the above 82.7% mAP, I think that result is trained by initializing model using the weight on COCO. |
Nothing wrong with you. Maybe your friend initialized parameters from COCO weight. |
@guozhengjin |
@AlexeyAB @WEITINGLIN32 @guozhengjin Saving cached annotations to ./annots.pkl mAP : 0.821320104085 |
@AlexeyAB |
By the way, when I used the original framework to test the test set, it took 94.370315 seconds. Interestingly, when I used Alexey's framework, it took only 84.000 seconds. The same equipment, different time consuming, don't know why |
@616848072 |
@guozhengjin |
@616848072 |
@guozhengjin @616848072
There are many optimizations, so this repository faster 1.2x - 3x times depending on the case. |
bro,did you get this mAP following the original cfg or not?can i have a copy of your yolov3-voc.cfg, i trained my own voc in 5 classes:motorbike, bus,car,bicycle,person, in your mAP,they can reach about 90, but mine is only 86. my max_batch is 10000 for 5 classes, did you really train them for 50000+ batches? my qq:838345014, waiting for your reply,thx. |
@616848072 can you please share your cfg file and weights? |
hi @616848072 @AlexeyAB any idea what makes this difference? 7% on mAP is not a small improvement. Could you kindly share the modifications you make? |
The mAP of my test is 76.8% in 416*416,what about you?
The text was updated successfully, but these errors were encountered: