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

incompletelly downloading oxford and paris dataset? #7

Closed
zimenglan-sysu-512 opened this issue Jul 8, 2016 · 2 comments
Closed

incompletelly downloading oxford and paris dataset? #7

zimenglan-sysu-512 opened this issue Jul 8, 2016 · 2 comments

Comments

@zimenglan-sysu-512
Copy link

i run the script get_oxford.sh and get_paris.sh to download the dataset, but i found that only 1059 images for oxford and 2794 images for paris. while in your paper, there are 5063 images for oxford and 6412 for paris.
btw, i run ranker.py, and found ValueError: could not broadcast input array from shape (0,512) into shape (512), i guess that it causes by missing some images.

thanks.

@zimenglan-sysu-512 zimenglan-sysu-512 changed the title incomplete download of dataset for oxford and paris? incompletelly downloading oxford and paris dataset? Jul 8, 2016
@amaiasalvador
Copy link
Collaborator

The scripts get_oxford.sh and get_paris.sh simply download the datasets from their original source, and then extract the compressed files to get the jpg images organized to work with the code. I just tried to run them both and got all images without any problems, and was able to run the whole pipeline following the steps that are provided in the README.

Make sure that the download process is not interrupted. Images are first downloaded in compressed files, which are later extracted to get the jpg images. If the download is interrupted, you still might be able to extract the compressed file but will get less images.

@zimenglan-sysu-512
Copy link
Author

@amaiasalvador thanks a lot.

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