Skip to content

fitrialif/keras_ocr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

简介

用keras实现ocr定位、识别,后端tensorflow.

  • 环境 win10 titanx

识别

  • crnn:vgg + blstm + blsmt + ctc 原版crnn 测试速度较慢 32X280 耗时 60ms ,放弃优化。 数据集是自己造的随机数据,且比较简单。

  • densenet-ocr :densent + ctc 无lstm

网格结构 GPU 准确率 模型大小
crnn 60ms 0.972
densent+ctc 8ms 0.982 18.9MB

定位

demo

参考

[1]https://github.com/eragonruan/text-detection-ctpn

[2]https://github.com/senlinuc/caffe_ocr

About

用keras实现OCR定位、识别

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.9%
  • Python 2.1%