Breta01 / handwriting-ocr

OCR software for recognition of handwritten text
MIT License
753 stars 240 forks source link

is there a way to skip gaplines while training a new model #87

Open sirison opened 5 years ago

sirison commented 5 years ago

I'm trying to train the model on all the data listed( Iam, NIST, CLV,CAMB,ORAND) . however we need to create the gapline data before we train the model, is there a way to automate the the gapline data creation or skip this step for training the new model.

Breta01 commented 5 years ago

Hi, it depends on what model you want to train? For example, word_classifier_CTC.ipynb doesn't need the gaplines. The gapline data are necessary only if you want to extract individual letters or in my experimental models. Right now I don't see any way how to automate creation of gapline data.