Datasets:
Tasks:
Image Classification
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
100K<n<1M
ArXiv:
License:
dunno how to fic
Browse files- rvl_cdip_easyOCR.py +2 -1
rvl_cdip_easyOCR.py
CHANGED
@@ -75,7 +75,7 @@ _CLASSES = [
|
|
75 |
_IMAGES_DIR = "images/"
|
76 |
|
77 |
|
78 |
-
class
|
79 |
"""Ryerson Vision Lab Complex Document Information Processing dataset."""
|
80 |
|
81 |
VERSION = datasets.Version("1.0.0")
|
@@ -197,5 +197,6 @@ class RvlCdip(datasets.GeneratorBasedBuilder):
|
|
197 |
words=words,
|
198 |
boxes=boxes,
|
199 |
)
|
|
|
200 |
from pdb import set_trace; set_trace()
|
201 |
yield file_path, a
|
|
|
75 |
_IMAGES_DIR = "images/"
|
76 |
|
77 |
|
78 |
+
class RvlCdipEasyOCR(datasets.GeneratorBasedBuilder):
|
79 |
"""Ryerson Vision Lab Complex Document Information Processing dataset."""
|
80 |
|
81 |
VERSION = datasets.Version("1.0.0")
|
|
|
197 |
words=words,
|
198 |
boxes=boxes,
|
199 |
)
|
200 |
+
print(a)
|
201 |
from pdb import set_trace; set_trace()
|
202 |
yield file_path, a
|