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
Hi Team,
The download links of the FAIR1M dataset are invalid, except for the first URL of the train split.
Run the following code to download FAIR1M will produce 404: Not Found:
from torchgeo.datasets import FAIR1M dataset = FAIR1M( root=r"./FAIR1M", split="test", download=True )
0.6.2
The text was updated successfully, but these errors were encountered:
Looks like the http://gaofen-challenge.com/ website is down too. Someone seems to have redistributed the dataset at https://huggingface.co/datasets/blanchon/FAIR1M. You can use that source for now, we'll likely redistribute on HF as well.
Sorry, something went wrong.
I just emailed the FAIR1M authors, let's see if we get a response.
I think the HF's one is not a complete dataset. Thank you very much for contacting them!
No branches or pull requests
Description
Hi Team,
The download links of the FAIR1M dataset are invalid, except for the first URL of the train split.
Steps to reproduce
Run the following code to download FAIR1M will produce 404: Not Found:
Version
0.6.2
The text was updated successfully, but these errors were encountered: