-
Notifications
You must be signed in to change notification settings - Fork 21
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
Reproducing benchmark results on Oxford 5k dataset #7
Comments
@insikk Sorry for the late reply. This somehow slipped past my attention. What type of features are you using? I recommend using an upright Hessian affine detector (https://github.com/perdoch/hesaff) with RootSIFT descriptors. |
If I use the upright Hessian affine detector (https://github.com/perdoch/hesaff) with RootSIFT descriptors with the geometric_burstiness code, can I achieve the result reported in the CVPR paper? |
I would assume that you get at the very least close to the results reported in the paper. In my experience, using the right type of features and a well-trained visual vocabulary makes a significant difference. Please notice that the implementation that we released is not 100% the same as in our paper. In the paper, the retrieval and spatial verification were done using the pipeline that we released. The re-ranking was implemented in Matlab and I re-implemented this in C++ to make it easier to use. There might be some bugs in this part (I recently fixed one). |
Thank you for sharing your source code. It is really helpful to promote CBIR research community.
From disclaimer you mentioned that this source code can be differ from the codes used for the paper publication. However, I observe huge difference.
The reported performance on Oxf105k and Par106k follows below:
I tried to get results on Oxford 5k with 200k vocabulary trained on Paris 6k.
I got results which is weird for two reasons.
Maybe, I made some obvious mistake. I assume you had run a lot of experiment. If you have any clues, please give me a hint.
The text was updated successfully, but these errors were encountered: