handwriting-ocr icon indicating copy to clipboard operation
handwriting-ocr copied to clipboard

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

Open sirison opened this issue 5 years ago • 1 comments

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.

sirison avatar Apr 16 '19 07:04 sirison

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.

Breta01 avatar Apr 16 '19 10:04 Breta01