Skip to content

wushilian/CRNN_Attention_OCR_Chinese

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages