Datasets:
pierreguillou
commited on
Commit
•
1bb5cf0
1
Parent(s):
e8f67ee
Update DocLayNet-small.py
Browse files- DocLayNet-small.py +1 -1
DocLayNet-small.py
CHANGED
@@ -188,7 +188,7 @@ class DocLayNet(datasets.GeneratorBasedBuilder):
|
|
188 |
]
|
189 |
|
190 |
|
191 |
-
def _generate_examples(self, filepath
|
192 |
logger.info("⏳ Generating examples from = %s", filepath)
|
193 |
ann_dir = os.path.join(filepath, "annotations")
|
194 |
img_dir = os.path.join(filepath, "images")
|
|
|
188 |
]
|
189 |
|
190 |
|
191 |
+
def _generate_examples(self, filepath):
|
192 |
logger.info("⏳ Generating examples from = %s", filepath)
|
193 |
ann_dir = os.path.join(filepath, "annotations")
|
194 |
img_dir = os.path.join(filepath, "images")
|