Open
Description
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