File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 9
9
class EuroSAT (ImageFolder ):
10
10
"""RGB version of the `EuroSAT <https://github.com/phelber/eurosat>`_ Dataset.
11
11
12
+ For the MS version of the dataset, see
13
+ `TorchGeo <https://torchgeo.readthedocs.io/en/stable/api/datasets.html#eurosat>`__.
14
+
12
15
Args:
13
16
root (str or ``pathlib.Path``): Root directory of dataset where ``root/eurosat`` exists.
14
17
transform (callable, optional): A function/transform that takes in a PIL image
@@ -53,7 +56,7 @@ def download(self) -> None:
53
56
54
57
os .makedirs (self ._base_folder , exist_ok = True )
55
58
download_and_extract_archive (
56
- "https://madm.dfki.de/files/sentinel /EuroSAT.zip" ,
59
+ "https://huggingface.co/datasets/torchgeo/eurosat/resolve/c877bcd43f099cd0196738f714544e355477f3fd /EuroSAT.zip" ,
57
60
download_root = self ._base_folder ,
58
61
md5 = "c8fa014336c82ac7804f0398fcb19387" ,
59
62
)
You can’t perform that action at this time.
0 commit comments