Datasets:
yasumasaonoe
commited on
Update docci.py
Browse files
docci.py
CHANGED
@@ -134,6 +134,7 @@ class DOCCI(datasets.GeneratorBasedBuilder):
|
|
134 |
yield _ex["example_id"], _ex
|
135 |
|
136 |
def _generate_examples_docci_aar(self, data, split):
|
|
|
137 |
image_files = glob.glob(data["images"])
|
138 |
|
139 |
for image_path in image_files:
|
|
|
134 |
yield _ex["example_id"], _ex
|
135 |
|
136 |
def _generate_examples_docci_aar(self, data, split):
|
137 |
+
print(data)
|
138 |
image_files = glob.glob(data["images"])
|
139 |
|
140 |
for image_path in image_files:
|