Yuantao Feng
Renaming model files to have more information on architecture, training data and more (#7)
83bb178
|
raw
history blame
957 Bytes

CRNN

An End-to-End Trainable Neural Network for Image-based Sequence Recognition and Its Application to Scene Text Recognition

Note:

Demo

NOTE: This demo uses text_detection_db as text detector.

Run the following command to try the demo:

# detect on camera input
python demo.py
# detect on an image
python demo.py --input /path/to/image

License

All files in this directory are licensed under Apache 2.0 License.

Reference