The Wayback Machine - https://web.archive.org/web/20200709013021/https://github.com/wushilian/CRNN_Attention_OCR_Chinese
Skip to content
Branch: master
Go to file
Code

Latest commit

wushilian committed 9942899 Mar 26, 2019
fix embedding bug

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
log
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

About

CRNN with attention to do OCR,add Chinese recognition

Topics

Resources

Releases

No releases published

Languages

You can’t perform that action at this time.