Datasets:
Tasks:
Image Classification
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
100K<n<1M
ArXiv:
License:
Update rvl_cdip_easyocr.py
Browse files- rvl_cdip_easyocr.py +0 -2
rvl_cdip_easyocr.py
CHANGED
@@ -207,8 +207,6 @@ class RvlCdipEasyOcr(datasets.GeneratorBasedBuilder):
|
|
207 |
for file_path, file_obj in archive_iterator:
|
208 |
if file_path.startswith(_IMAGES_DIR):
|
209 |
if file_path in image_to_class_id:
|
210 |
-
from pdb import set_trace
|
211 |
-
set_trace()
|
212 |
class_id = image_to_class_id[file_path]
|
213 |
label = _CLASSES[class_id]
|
214 |
words, boxes = self._path_to_OCR(image_to_OCR, file_path)
|
|
|
207 |
for file_path, file_obj in archive_iterator:
|
208 |
if file_path.startswith(_IMAGES_DIR):
|
209 |
if file_path in image_to_class_id:
|
|
|
|
|
210 |
class_id = image_to_class_id[file_path]
|
211 |
label = _CLASSES[class_id]
|
212 |
words, boxes = self._path_to_OCR(image_to_OCR, file_path)
|