Datasets:

Languages:
English
ArXiv:
License:
yasumasaonoe commited on
Commit
de58b81
·
verified ·
1 Parent(s): 4aa0a82

Update docci.py

Browse files
Files changed (1) hide show
  1. docci.py +1 -1
docci.py CHANGED
@@ -136,7 +136,7 @@ class DOCCI(datasets.GeneratorBasedBuilder):
136
  yield _ex["example_id"], _ex
137
 
138
  def _generate_examples_docci_aar(self, data, split):
139
- image_files = glob.glob(data["images"])
140
 
141
  for image_path in image_files:
142
 
 
136
  yield _ex["example_id"], _ex
137
 
138
  def _generate_examples_docci_aar(self, data, split):
139
+ image_files = glob.glob(os.path.join(data["images"], "images_aar", ".jpg"))
140
 
141
  for image_path in image_files:
142