### 🐛 Describe the bug dset.PhotoTour can no longer download the data. ```python3 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 ### Versions Does not depend on the version
Uh oh!
There was an error while loading. Please reload this page.
🐛 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: