tesseract-ocr / tesstrain

Train Tesseract LSTM with make
Apache License 2.0
626 stars 180 forks source link

What is the idea behind "BUILD_TYPE"? #134

Closed wrznr closed 4 years ago

wrznr commented 4 years ago

With https://github.com/tesseract-ocr/tesstrain/commit/480383aeee6f229caecf972b8d4530bcc9584e79 models receive an extra Plus when a start model is chosen. @Shreeshrii What is the idea behind this? (I.e. personally, if I set a model name for training I expect my model to have this name after training)

Shreeshrii commented 4 years ago

I had added it originally as I had all 4 options for training - scratch, impact, plus and layer, and it allowed using the same set of input files to run different types of training and compare results.

It can be deleted.