typo
Browse files- coco_dataset_script.py +1 -1
coco_dataset_script.py
CHANGED
@@ -142,7 +142,7 @@ class COCODataset(datasets.GeneratorBasedBuilder):
|
|
142 |
# These kwargs will be passed to _generate_examples
|
143 |
gen_kwargs={
|
144 |
"json_path": os.path.join(data_dir, "annotations", "image_info_test2017.json"),
|
145 |
-
"image_dir": os.path.join(
|
146 |
"split": "test",
|
147 |
},
|
148 |
)
|
|
|
142 |
# These kwargs will be passed to _generate_examples
|
143 |
gen_kwargs={
|
144 |
"json_path": os.path.join(data_dir, "annotations", "image_info_test2017.json"),
|
145 |
+
"image_dir": os.path.join(data_dir, "test2017"),
|
146 |
"split": "test",
|
147 |
},
|
148 |
)
|