Skip to content
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

FAIR1M url invalid #2582

Open
BarryTang22 opened this issue Feb 16, 2025 · 3 comments
Open

FAIR1M url invalid #2582

BarryTang22 opened this issue Feb 16, 2025 · 3 comments
Labels
datasets Geospatial or benchmark datasets
Milestone

Comments

@BarryTang22
Copy link

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:

from torchgeo.datasets import FAIR1M

dataset = FAIR1M(
    root=r"./FAIR1M",
    split="test",
    download=True
)

Version

0.6.2

@adamjstewart adamjstewart added this to the 0.6.3 milestone Feb 16, 2025
@adamjstewart
Copy link
Collaborator

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.

@adamjstewart
Copy link
Collaborator

I just emailed the FAIR1M authors, let's see if we get a response.

@adamjstewart adamjstewart added the datasets Geospatial or benchmark datasets label Feb 16, 2025
@BarryTang22
Copy link
Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datasets Geospatial or benchmark datasets
Projects
None yet
Development

No branches or pull requests

2 participants