- 文字方向检测 0、90、180、270度检测 (运用vgg16分类模型实现,正在整理中)
- 文字检测
- 不定长OCR识别
sh setup.sh
cd train & sh train-keras.sh
cd train & sh train-pytorch.sh
文本检测参考(https://github.com/eragonruan/text-detection-ctpn)
在原作者的代码基础上修改编译代码,新增支持CPU模式下的文字检测,详见:https://github.com/chineseocr/new-text-detection-ctpn.git
提供keras 与pytorch版本的训练代码,在理解keras的基础上,可以切换到pytorch版本,此版本更稳定
1.crnn https://github.com/meijieru/crnn.pytorch.git
2.keras-crnn 版本实现参考 https://www.zhihu.com/question/59645822
3.ctpn https://github.com/eragonruan/text-detection-ctpn , https://github.com/tianzhi0549/CTPN