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 99class EuroSAT (ImageFolder ):
1010 """RGB version of the `EuroSAT <https://github.com/phelber/eurosat>`_ Dataset.
1111
12+ For the MS version of the dataset, see
13+ `TorchGeo <https://torchgeo.readthedocs.io/en/stable/api/datasets.html#eurosat>`__.
14+
1215 Args:
1316 root (str or ``pathlib.Path``): Root directory of dataset where ``root/eurosat`` exists.
1417 transform (callable, optional): A function/transform that takes in a PIL image
@@ -53,7 +56,7 @@ def download(self) -> None:
5356
5457 os .makedirs (self ._base_folder , exist_ok = True )
5558 download_and_extract_archive (
56- "https://madm.dfki.de/files/sentinel /EuroSAT.zip" ,
59+ "https://huggingface.co/datasets/torchgeo/eurosat/resolve/c877bcd43f099cd0196738f714544e355477f3fd /EuroSAT.zip" ,
5760 download_root = self ._base_folder ,
5861 md5 = "c8fa014336c82ac7804f0398fcb19387" ,
5962 )
You can’t perform that action at this time.
0 commit comments