We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dset.PhotoTour can no longer download the data.
import torchvision.datasets as dset a=dset.PhotoTour('.', 'liberty', download=True)
Results in
URLError: <urlopen error [Errno 8] nodename nor servname provided, or not known>
That is because the URLs are no longer accesible https://github.com/pytorch/vision/blob/main/torchvision/datasets/phototour.py#L54
http://icvl.ee.ic.ac.uk/vbalnt/notredame.zip http://icvl.ee.ic.ac.uk/vbalnt/liberty.zip http://icvl.ee.ic.ac.uk/vbalnt/yosemite.zip
I will create a PR with mirror URLs
Does not depend on the version
The text was updated successfully, but these errors were encountered:
I have uploaded the zips here https://cmp.felk.cvut.cz/~mishkdmy/datasets/BrownPhotoTour/
but the issue that I don't have original zips, only the images and labels themselves, so re-packed zips have different hashes.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
🐛 Describe the bug
dset.PhotoTour can no longer download the data.
Results in
That is because the URLs are no longer accesible
https://github.com/pytorch/vision/blob/main/torchvision/datasets/phototour.py#L54
http://icvl.ee.ic.ac.uk/vbalnt/notredame.zip
http://icvl.ee.ic.ac.uk/vbalnt/liberty.zip
http://icvl.ee.ic.ac.uk/vbalnt/yosemite.zip
I will create a PR with mirror URLs
Versions
Does not depend on the version
The text was updated successfully, but these errors were encountered: