Home
Softono

CRNN Attention OCR Chinese

Open source Python
338
Stars
108
Forks
16
Issues
13
Watchers
2 years
Last Commit

 About CRNN Attention OCR Chinese

CRNN with attention to do OCR,add Chinese recognition

Platforms

Web Self-hosted

Languages

Python

Links

Need Help Installing CRNN Attention OCR Chinese?

We provide expert installation service for this software. Our team will install, configure, and secure CRNN Attention OCR Chinese on your server. plans start at just $30.

CRNN Attention OCR Chinese

View on GitHub

CRNN_Attention_OCR

CRNN with attention to do OCR,Chinese ocr in Chinese branch

network model

CRNN is base CNN,and BiLSTM with 256 hidden_units is encode network ,GRU with 256 hidden_units is decode network

how to use

put your image in 'train' dir,and image name should be like "xx_label_xx.jpg",Parameters are set in config.py,
and then just run the train.py

Dependency Library

TensorFlow >=1.2
opencv