You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to download the EuroSAT dataset, and I'm getting a 403 Forbidden HTTP error.
Steps to reproduce
Ensure you have a directory where the EuroSAT dataset is not already downloaded
Run the following line of code to download the EuroSAT dataset: dataset = EuroSAT("path/to/data", download=True) with path/to/data set to the empty directory from step 1
You should see the .zip file download, but then you'll get the following error before the .txt files download:
Version
0.6.1
The text was updated successfully, but these errors were encountered:
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.
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: