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

Unable to reproduce the result given in the paper #20

Closed
yijunCai opened this issue Nov 22, 2016 · 4 comments
Closed

Unable to reproduce the result given in the paper #20

yijunCai opened this issue Nov 22, 2016 · 4 comments

Comments

@yijunCai
Copy link

Hi Zhang,
I was trying to reproduce the result on Caltech test set, using the pretrained model given for the demo . I made a few modefications on script_rpn_pedestrian_VGG16_caltech.m, simply skip the training part so that I can use the pretrained model to do evaluation directly. I got only 10.4% MR on Caltech test set, compared to 9.6% in your paper. Is there any difference between the pretrained model given for the demo and the one you used in the paper? Or any other explanation for my result?
Thanks a lot!

@zhangliliang
Copy link
Owner

Hi,

It is reasonable to get a ~10% MR.

@yijunCai
Copy link
Author

yijunCai commented Nov 22, 2016

Thanks for your reply! Would you mind my asking another question here?
When I first run the evaluation, I use DeepTest_otf_trans_ratio() for scoring, and that gave me 10.10% MR. Later I change to dbEval_RPNBF for scoring, resulting a 10.42% MR. Although the difference between those two results are small, does it indicate that one of the evaluation script is not that accurate? I notice that the former one is from Pitor's toolbox, and the latter from the evaluation code given by Caltech, so both of them can serve as official evaluation scripts, and the results should be exactly the same?

@zhangliliang
Copy link
Owner

You are right. The evaluation code from the dollar's toolbox and the official evaluation code from the Caltech website are slightly different, since they use different parameters and settings.

@yijunCai
Copy link
Author

I see. Thanks again!

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

2 participants