Datasets:
Tasks:
Image Segmentation
Modalities:
Image
Sub-tasks:
semantic-segmentation
Languages:
English
Size:
10K - 100K
License:
Update dataset.py
Browse files- dataset.py +1 -3
dataset.py
CHANGED
@@ -24,9 +24,7 @@ _LICENSE = "MIT"
|
|
24 |
_DATA = f"https://huggingface.co/datasets/ziq/{_NAME}/resolve/main/data/"
|
25 |
|
26 |
|
27 |
-
class
|
28 |
-
"""Small sample of image-text pairs"""
|
29 |
-
|
30 |
def _info(self):
|
31 |
return datasets.DatasetInfo(
|
32 |
description=_DESCRIPTION,
|
|
|
24 |
_DATA = f"https://huggingface.co/datasets/ziq/{_NAME}/resolve/main/data/"
|
25 |
|
26 |
|
27 |
+
class RSNAATD(datasets.GeneratorBasedBuilder):
|
|
|
|
|
28 |
def _info(self):
|
29 |
return datasets.DatasetInfo(
|
30 |
description=_DESCRIPTION,
|