简介

September 29, 2018 · View on GitHub

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

  • 环境 win10 titanx

识别

  • 数据集链接: https://pan.baidu.com/s/1jJWfDmm 密码: vh8p (中英数300W+,语料不均衡)

  • crnn:vgg + blstm + blstm + ctc

  • densenet-ocr :densent + ctc

网格结构GPU准确率模型大小
crnn60ms0.972
densent+ctc8ms0.98218.9MB

定位

  1. 即使大部分数据集基于英文,但在中文定位中也表现良好。
  2. 各位如有中文标注的数据集愿意分享,可提issues

demo

参考

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

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