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

what does file 'oxford_geom_sift.float' mean? #1

Open
wy3257 opened this issue Apr 23, 2019 · 1 comment
Open

what does file 'oxford_geom_sift.float' mean? #1

wy3257 opened this issue Apr 23, 2019 · 1 comment

Comments

@wy3257
Copy link

wy3257 commented Apr 23, 2019

Hi,
I am trying to run this code on a different dataset, but I cannot figure out what does the oxford_geom_sift.float mean. Could you tell me what's it and how can I get it of another dataset? Thanks in advance.

@gtolias
Copy link
Owner

gtolias commented May 30, 2019

This file contains the shape of each local feature in the form [x y a b c], with x y corresponding to the center of the ellipse and a b c representing its shape. In this case, only the x y coordinates of the query images are used to maintain only the features that fall inside the query bounding box. In revisitop/search_index.m does not require this. The query images are first cropped, local features are extracted, saved, and provided to be used for search. Cropping first and then extracting is the protocol used in the RevisitOP benchmark.

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