• Stars
    star
    334
  • Rank 125,480 (Top 3 %)
  • Language
    Python
  • Created over 6 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

CRNN with attention to do OCR,add Chinese recognition

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