lstm eval gives error 0% but tesseract fails to predict correctly
69 views
Skip to first unread message
Artur Maricato Curinga
unread,
Jul 15, 2019, 3:00:37 PM7/15/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tesseract-ocr
I'm trying to generate a model with OCR-B font to read documents MRZ, tried an overfitting test using 44 cropped characters and trained using the ocrd-training repo (https://github.com/OCR-D/ocrd-train) using train = eval img list or without the eval on training.
The training stops since lstmeval gives a 0% error rate, but testing the model with tesseract fails to predict the correct text on 15% of the images. What is the difference between the lstmeval and the tesseract prediction? This behaviour is expected?