Datasets:

Languages:
English
ArXiv:
License:
yasumasaonoe commited on
Commit
f558679
·
verified ·
1 Parent(s): 9889d81

Update docci.py

Browse files
Files changed (1) hide show
  1. docci.py +1 -1
docci.py CHANGED
@@ -121,7 +121,7 @@ class DOCCI(datasets.GeneratorBasedBuilder):
121
  if not (ex["split"] == "qual_test" and ex['example_id'].startswith("qual_test")):
122
  continue
123
 
124
- image_path = os.path.join(data["images"], ex["image_file"])
125
 
126
  _ex = {
127
  "image": image_path,
 
121
  if not (ex["split"] == "qual_test" and ex['example_id'].startswith("qual_test")):
122
  continue
123
 
124
+ image_path = os.path.join(data["images"], "images", ex["image_file"])
125
 
126
  _ex = {
127
  "image": image_path,