kumapo commited on
Commit
0054fe3
·
1 Parent(s): 46539c5
Files changed (1) hide show
  1. 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(data_dirarc, "test2017"),
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
  )