Update SkyScenes.py
Browse files- SkyScenes.py +1 -1
SkyScenes.py
CHANGED
|
@@ -53,7 +53,7 @@ class SKYSCENES(datasets.GeneratorBasedBuilder):
|
|
| 53 |
"Depth": "https://huggingface.co/datasets/hoffman-lab/SkyScenes/blob/main/Images/H_15_P_0/ClearNight/Town03.tar.gz",
|
| 54 |
},
|
| 55 |
),
|
| 56 |
-
|
| 57 |
name="mini",
|
| 58 |
description="Mini version of satellite-building-segmentation dataset.",
|
| 59 |
data_urls={
|
|
|
|
| 53 |
"Depth": "https://huggingface.co/datasets/hoffman-lab/SkyScenes/blob/main/Images/H_15_P_0/ClearNight/Town03.tar.gz",
|
| 54 |
},
|
| 55 |
),
|
| 56 |
+
SKYSCENESConfig(
|
| 57 |
name="mini",
|
| 58 |
description="Mini version of satellite-building-segmentation dataset.",
|
| 59 |
data_urls={
|