Datasets:
Tasks:
Image Segmentation
Sub-tasks:
instance-segmentation
Languages:
English
Size:
10K<n<100K
ArXiv:
Tags:
scene-parsing
License:
Update scene_parse_150.py
Browse files- scene_parse_150.py +1 -1
scene_parse_150.py
CHANGED
@@ -303,4 +303,4 @@ class SceneParse150(datasets.GeneratorBasedBuilder):
|
|
303 |
yield idx, {
|
304 |
"image": {"path": path_img, "bytes": file_img.read()},
|
305 |
"annotation": {"path": path_annot, "bytes": bytes_annot},
|
306 |
-
}
|
|
|
303 |
yield idx, {
|
304 |
"image": {"path": path_img, "bytes": file_img.read()},
|
305 |
"annotation": {"path": path_annot, "bytes": bytes_annot},
|
306 |
+
}
|