Skip to content
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

Open
blueardour opened this issue Nov 5, 2018 · 7 comments
Open

Any one test the accuracy on VOC dataset? #41

blueardour opened this issue Nov 5, 2018 · 7 comments

Comments

@blueardour
Copy link

blueardour commented Nov 5, 2018

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?

@Brozhao
Copy link

Brozhao commented Dec 24, 2018

Did you test the mAP of SSD+VGG+VOC ? Mine is just 0.47

@Brozhao
Copy link

Brozhao commented Dec 24, 2018

also my ssd_lite_mobilenetv2_voc is just 0.66

@blueardour
Copy link
Author

I only focus on mobilenetv2. Which pytorch version and python version do you employ?

@Brozhao
Copy link

Brozhao commented Dec 25, 2018

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?

@blueardour
Copy link
Author

Yes, pre-trained model was used. My environment is python2.7/3.6 and pytorch 0.4.1

@Brozhao
Copy link

Brozhao commented Dec 27, 2018

Could you tell me the learning rate and max epoch of yours ? Thanks a lot!

@rw1995
Copy link

rw1995 commented Mar 31, 2019

Could you tell me the learning rate and max epoch of yours ? Thanks a lot!

do you slove?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants