MagicianQi / crnn_chinese

2 stars 0 forks source link

CRNN 中文识别

论文:《An End-to-End Trainable Neural Network for Image-based Sequence Recognition and Its Application to Scene Text Recognition》

Pre-requisite

Model

crnn_chinese_5529.pth(42.5MB)

How to use

git clone https://github.com/MagicianQi/crnn_chinese
cd crnn_chinese
mkdir models
wget https://github.com/MagicianQi/crnn_chinese/releases/download/v0.1/crnn_chinese_5529.pth
python testing.py

References

https://github.com/bgshih/crnn

https://github.com/meijieru/crnn.pytorch

https://github.com/chineseocr/chineseocr