Skip to content

运用keras,tensorflow实现自然场景文字检测,ctc 实现不定长中文OCR识别

Notifications You must be signed in to change notification settings

EricChen047/chinese-ocr

 
 

Repository files navigation

本文基于tensorflow、keras/pytorch实现对自然场景的文字检测及端到端的OCR中文文字识别

环境部署

cython nms

python2.7

tensorflow=1.3

keras=2.0.8 or pytorch=0.2.0

安装运行 sh setup.sh

文字检测

文本检测参考(https://github.com/eragonruan/text-detection-ctpn) [blog](http://slade-ruan.me/2017/10/22/text-detection-ctpn/

OCR 端到端识别:GRU+CTC

ocr识别采用GRU+CTC端到到识别技术,实现不分隔识别不定长文字

识别结果展示

文字检测及OCR识别结果

倾斜文字

About

运用keras,tensorflow实现自然场景文字检测,ctc 实现不定长中文OCR识别

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 72.2%
  • Python 26.6%
  • C 0.8%
  • Cuda 0.4%
  • Shell 0.0%
  • C++ 0.0%