Datasets:

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

Update docci.py

Browse files
Files changed (1) hide show
  1. docci.py +1 -0
docci.py CHANGED
@@ -136,6 +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(os.path.join(data["images"], "images_aar", ".jpg"))
140
 
141
  for image_path in image_files:
 
136
  yield _ex["example_id"], _ex
137
 
138
  def _generate_examples_docci_aar(self, data, split):
139
+ print(os.path.join(data["images"], "images_aar", ".jpg"))
140
  image_files = glob.glob(os.path.join(data["images"], "images_aar", ".jpg"))
141
 
142
  for image_path in image_files: