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.39k stars 360 forks source link

Pre-trained model inputs #125

Open jameseles opened 4 years ago

jameseles commented 4 years ago

Hi--

I was wondering what the difference was between the pre-trained crnn_kurapan.h5 and crnn_kurapan_notop.h5 recognizer models was?

And what were they trained on?

Thanks for the fantastic library, by the way--this is by far the most intuitive Python OCR Package out there!

Best, James

atagulmert commented 3 years ago

According to documentation top stands for Whether to include the final classification layer in the model (set to False to use a custom alphabet).