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

ask for sharing edge box data #33

Open
lld533 opened this issue Sep 5, 2016 · 1 comment
Open

ask for sharing edge box data #33

lld533 opened this issue Sep 5, 2016 · 1 comment

Comments

@lld533
Copy link

lld533 commented Sep 5, 2016

Could you please share some codes and data used to enable edge box proposals in your experiments (the last table in Sect. 4.1 in Page 8 of the NIPS 2016 paper)?

I modified the codes in script_rfcn_VOC0712_ResNet50_OHEM_ss.m, voc0712_trainval_ss.m, and voc2007_test_ss.m by simply substituting "with_selective_search" with "with_edge_box". As there is no "edge_box_data" folder made publicly available, I employed the data provided at https://github.com/gidariss/LocNet. I only have ~11..4% training accuracy ~9% test accuracy in training stage, a pretty large gap with 77.8% reported in your paper.

@D-X-Y
Copy link

D-X-Y commented Jan 13, 2017

In LocNet, the edge_box data has the coordinate [y1, x1, y2, x2], but in the ss data used in Fast / Faster RCNN and R-FCN is [x1, y1, x2, y2].
Maybe this difference causes your performance reduce??

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