KPLinux
Results
2
issues of
KPLinux
I trained a custom model named `decryptzero` from the [deep-text-recognition-benchmark](https://github.com/clovaai/deep-text-recognition-benchmark) repository. When attempting to test the model using `reader = easyocr.Reader(['en'], gpu = True, recog_network='decryptzero')`, it gives me an IndexError....
Trained using this dataset: https://www.kaggle.com/datasets/nibinv23/iam-handwriting-word-database/data I am creating an OCR model that is meant to recognize human handwriting. I extracted the image files and created separate ground truth text files...