githubharald / SimpleHTR

Handwritten Text Recognition (HTR) system implemented with TensorFlow.
https://towardsdatascience.com/2326a3487cd5
MIT License
1.96k stars 885 forks source link

Training on custom data #133

Closed Ateeq1994 closed 2 years ago

Ateeq1994 commented 2 years ago

Hi, I am using this github link for text recognition. I have performed objection detection on images and got the cropped images. For training on this model it takes img and .txt. I want to know how can I get the .txt format of my data. Thanks.

githubharald commented 2 years ago

see this article.

Ateeq1994 commented 2 years ago

Thank you. I have read it I am trying to convert my data using convertToIAMFormat.py but I am not getting it. Can you please tell where I need to change/edit. Thanks.

githubharald commented 2 years ago

sorry, but I don't have the time to give personal guidance.

Ateeq1994 commented 2 years ago

Sorry for bothering you. Please note that I am stuck at this point in my thesis so kindly help out. Thanks again.

Ateeq1994 commented 2 years ago

I only have images and no text pairs also.