From 2e046faa08b9c36f7f3cc12e5f87b7b88c690e2e Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Tue, 31 Jan 2023 15:53:24 -0600 Subject: [PATCH] UC Merced: redistribute on Hugging Face --- torchgeo/datasets/ucmerced.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/torchgeo/datasets/ucmerced.py b/torchgeo/datasets/ucmerced.py index 977e7167df0..40449294542 100644 --- a/torchgeo/datasets/ucmerced.py +++ b/torchgeo/datasets/ucmerced.py @@ -14,9 +14,9 @@ class UCMerced(NonGeoClassificationDataset): - """UC Merced dataset. + """UC Merced Land Use dataset. - The `UC Merced `__ + The `UC Merced Land Use `_ dataset is a land use classification dataset of 2.1k 256x256 1ft resolution RGB images of urban locations around the U.S. extracted from the USGS National Map Urban Area Imagery collection with 21 land use classes (100 images per class). @@ -61,7 +61,7 @@ class UCMerced(NonGeoClassificationDataset): * https://dl.acm.org/doi/10.1145/1869790.1869829 """ - url = "http://weegee.vision.ucmerced.edu/datasets/UCMerced_LandUse.zip" # 318 MB + url = "https://huggingface.co/datasets/torchgeo/ucmerced/resolve/main/UCMerced_LandUse.zip" # noqa: E501 filename = "UCMerced_LandUse.zip" md5 = "5b7ec56793786b6dc8a908e8854ac0e4"