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

cannot reproduce faster rcnn mAP #72

Open
jiangxiaoyan opened this issue Jun 7, 2017 · 10 comments
Open

cannot reproduce faster rcnn mAP #72

jiangxiaoyan opened this issue Jun 7, 2017 · 10 comments

Comments

@jiangxiaoyan
Copy link

jiangxiaoyan commented Jun 7, 2017

i run bash script/vgg_voc07.sh 1,2,3, use three GPU cards, Tesla M40
but "root:Means AP=0.6860", not like 70.23
image
can you give the detail for experiment config

also, i test 2 GPU cards. the mAP is only 0.6303. i do not understand why this.

@mAtthEwwww
Copy link

mAtthEwwww commented Jun 23, 2017

i run
bash script/resnet_voc0712.sh 1, 2
but only got mAP 71%, far less than 79%
@precedenceguo

@ijkguo
Copy link
Owner

ijkguo commented Jul 3, 2017

Please check if today's commit from mxnet pr #6849 fixed the problem.

@Zehaos
Copy link

Zehaos commented Aug 1, 2017

@jiangxiaoyan @mAtthEwwww Can you reproduce the result now? Thanks.

@mAtthEwwww
Copy link

@Zehaos i have gave up

@jonbakerfish
Copy link

I can't reproduce the resnet101+voc2017+voc2012 either. I'm using MXNet 0.11.1.
The mAP I got is ~0.69.

@wassryan
Copy link

I met the same problem as @ @jiangxiaoyan @mAtthEwwww ,I got vgg+alternate by 68.3MAP.Another problem is that I train resnet101+alternate,I got the high train accuracy and low loss,but only got a low test accuracy which is only 28MAP.What happened to me,anyone help?

@ijkguo
Copy link
Owner

ijkguo commented May 22, 2018

I find VGG still works by these steps. Results can fluctuate in 68 to 70 between experiments. Usually it is 69.xx or 70.xx.
Will look into resnet.

@ijkguo
Copy link
Owner

ijkguo commented Jun 26, 2018

We did not fix random seed so results would vary between experiments. However, it is always around the reference on my end. Did you try to evaluate the released models?

@315386775
Copy link

@k-miracle i have the same problem. I train resnet101+end2end, I got the high train accuracy and low loss,but only got a low test accuracy and map. img_pixel_means = (0.0, 0.0, 0.0).

@ijkguo
Copy link
Owner

ijkguo commented Jul 9, 2018

Please evaluate the released model. Let's look at inference stage first.

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

7 participants