-
Notifications
You must be signed in to change notification settings - Fork 403
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
Auto download of ETCI2021 is broken #229
Comments
This is a known bug caused by torchvision's download_url being broken for google drive files. If I remember correctly the files aren't downloaded at all, it just creates empty files. This happens for all of our datasets which are hosted on google drive. |
Yeah I remember that issue. This time it downloads, but the download is corrupt. I manually downloaded a copy of the dataset so it isn't super urgent to look into this. |
I emailed the hosts of ETCI2021 and they said the whole dataset (included held out test labels) will be hosted on MLHub. Radiant Earth folks estimate that this will happen in early 2022. |
Just checked and this is fixed with torchvision 0.11 by pytorch/vision#4109 |
It seems the problem is back again. Check this colab notebook: https://colab.research.google.com/drive/1xbf3KlvFXQVljXZeZ73ufFsu-mPvo14W?usp=sharing |
Just tried this with torchvision 0.13.0 and it works fine. Anyone experiencing issues with downloads should try to upgrade to a newer torchvision release. |
It seems the download results in a corrupt zip file.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: