Datasets:
yasumasaonoe
commited on
Update docci.py
Browse files
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 |
|