-
Notifications
You must be signed in to change notification settings - Fork 164
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
Any one test the accuracy on VOC dataset? #41
Comments
Did you test the mAP of SSD+VGG+VOC ? Mine is just 0.47 |
also my ssd_lite_mobilenetv2_voc is just 0.66 |
I only focus on mobilenetv2. Which pytorch version and python version do you employ? |
Python 3.5 torch 3.1 When I tried the other SSD net,it is right.So the version I think is doesn`t matter.Did you used the pretraining model? |
Yes, pre-trained model was used. My environment is python2.7/3.6 and pytorch 0.4.1 |
Could you tell me the learning rate and max epoch of yours ? Thanks a lot! |
do you slove? |
Hi, everyone,
I test the pre-trained model on the VOC dataset, and found the mAP didn't match the expected ones.
Here is my result:
yolo_v2_mobilenetv2_voc: 0.721956
yolo_v3_mobilenetv2_voc: 0.766846
ssd_lite_mobilenetv2_voc: 0.708510
rfb_lite_mobilenetv2_voc: 0.713691
fssd_lite_mobilenetv2_voc: 0.744321
It can be seen, yolov2/3 perform better than the author's result, however the other three are bad than the expected result.
Have anyone met this problem?
The text was updated successfully, but these errors were encountered: