Datasets:
Update docci.py
Browse files
docci.py
CHANGED
@@ -142,7 +142,7 @@ class DOCCI(datasets.GeneratorBasedBuilder):
|
|
142 |
|
143 |
example_id = os.path.splitext(os.path.basename(image_path))[0]
|
144 |
|
145 |
-
|
146 |
print(example_id)
|
147 |
print()
|
148 |
|
|
|
142 |
|
143 |
example_id = os.path.splitext(os.path.basename(image_path))[0]
|
144 |
|
145 |
+
print(image_path)
|
146 |
print(example_id)
|
147 |
print()
|
148 |
|