You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/Users/alpullu/PycharmProjects/ImageTextRecognition/main.py", line 42, in <module>
data = OcrData('ocr-config.py')
File "/Users/alpullu/PycharmProjects/ImageTextRecognition/data.py", line 55, in __init__
self.load()
File "/Users/alpullu/PycharmProjects/ImageTextRecognition/data.py", line 185, in load
print 'Loaded {} images each {} pixels'.format(self.ocr['images'].shape[0], self.img_size)
TypeError: 'Pipeline' object has no attribute '__getitem__'
data = OcrData('ocr-config.py')
can you give a full example :) for training and ocr-config parameters and their respective files ?
thx
The text was updated successfully, but these errors were encountered:
I have below errors:
data = OcrData('ocr-config.py')
can you give a full example :) for training and ocr-config parameters and their respective files ?
thx
The text was updated successfully, but these errors were encountered: