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