faustomorales / keras-ocr

A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.
https://keras-ocr.readthedocs.io/
MIT License
1.37k stars 349 forks source link

Train Instruction #171

Open rzamarefat opened 3 years ago

rzamarefat commented 3 years ago

Hi there. Thank you for the repo. Could you please provide a brief instruction on how to train the model on a new dataset?

omar16100 commented 3 years ago

+1

shotyme commented 3 years ago

Take a look at the docs. You can fine tune the models with your own dataset:

https://keras-ocr.readthedocs.io/en/latest/examples/fine_tuning_detector.html https://keras-ocr.readthedocs.io/en/latest/examples/fine_tuning_recognizer.html