Datasets:

Languages:
English
ArXiv:
License:
yasumasaonoe commited on
Commit
7c63feb
·
verified ·
1 Parent(s): 7f8b34f

Update docci.py

Browse files
Files changed (1) hide show
  1. docci.py +2 -0
docci.py CHANGED
@@ -137,6 +137,8 @@ class DOCCI(datasets.GeneratorBasedBuilder):
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
 
 
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
+ print(image_files)
142
 
143
  for image_path in image_files:
144