Commit
·
f633fef
1
Parent(s):
ced6b1f
Fix tarfile urls
Browse files- oe_dataset.py +2 -2
oe_dataset.py
CHANGED
@@ -99,8 +99,8 @@ class OEDataset(datasets.GeneratorBasedBuilder):
|
|
99 |
OEDatasetConfig(
|
100 |
name = "photoreal",
|
101 |
description = "Photorealistic synthetic images",
|
102 |
-
imgs_urls = ["https://huggingface.co/datasets/ABC-iRobotics/oe_dataset/synthetic/photoreal/imgs"],
|
103 |
-
masks_urls = ["https://huggingface.co/datasets/ABC-iRobotics/oe_dataset/synthetic/photoreal/masks"]
|
104 |
),
|
105 |
]
|
106 |
|
|
|
99 |
OEDatasetConfig(
|
100 |
name = "photoreal",
|
101 |
description = "Photorealistic synthetic images",
|
102 |
+
imgs_urls = ["https://huggingface.co/datasets/ABC-iRobotics/oe_dataset/blob/main/synthetic/photoreal/imgs"],
|
103 |
+
masks_urls = ["https://huggingface.co/datasets/ABC-iRobotics/oe_dataset/blob/main/synthetic/photoreal/masks"]
|
104 |
),
|
105 |
]
|
106 |
|