-
Notifications
You must be signed in to change notification settings - Fork 352
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
EuroSAT Dataset 403 Download Error #2424
Comments
Seems like it was able to download the images but not the files containing the splits. These were the splits from the In Domain Representation Learning paper hosted by the authors from Google. Let me see if I have them stored anywhere and I'll rehost them to HuggingFace. |
I think the only reason we didn't originally host those on HF was due to an unknown license, but I doubt Google would care about these files. |
UC Merced is also affected by this. |
I was able to get the notebook (colab link if you would like to do it yourself) to work and generate the files. I've attached the ones for EuroSAT and UC Merced (the two mentioned) for anyone who runs into this issue before they fix the storage bucket/link issue - hope that helps for the time being! |
Commented on the other issue too, these splits are different from the original version. Not sure if the script properly sets random seeds, so it may be impossible to generate the exact same split unless someone has the old files lying around somewhere. |
As luck would have it, on the machine I'm now on I do actually have them lying around from downloading the datasets earlier last month. I didn't realise the generated ones would be different, apologies for the earlier confusion. eurosat-train.txt (original) uc_merced-train.txt (original) |
YES! I can confirm these are the original splits for EuroSAT and UC Merced based on MD5 checksums. I'll upload these to our HF account and fix the TorchGeo data loaders. |
Description
I'm trying to download the EuroSAT dataset, and I'm getting a 403 Forbidden HTTP error.
Steps to reproduce
dataset = EuroSAT("path/to/data", download=True)
withpath/to/data
set to the empty directory from step 1Version
0.6.1
The text was updated successfully, but these errors were encountered: