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 356 forks source link

How to serving keras-ocr model #67

Closed nightfuryyy closed 4 years ago

nightfuryyy commented 4 years ago

i trained fine-tune model detection. My h5 model weighs about 250mb, but pretrained model only weighs 83mb. When i serving keras-ocr model and inference, i can't get any boxes. Any suggestions would be amazing. Many thanks.

technoplato commented 4 years ago

Did you figure this out?