Skip to content

Latest commit

 

History

History
executable file
·
25 lines (18 loc) · 787 Bytes

README.md

File metadata and controls

executable file
·
25 lines (18 loc) · 787 Bytes

crnn_pytorch

For the Pytorch implementation, you can refer to wuzuowuyou/CRNN_Chinese_Characters_res18_senet

dependence

OpenCV >= 3.4
libtorch = 1.7.0
cuda10.2

本git在上述环境下没有问题,在libtorch其他版本应该也是可以的。

how to run

  1. https://github.com/wuzuowuyou/CRNN_Chinese_Characters_res18_senet/blob/master/demo_libtorch.py 运行demo_libtorch.py脚本得到pt文件
  2. crnn.cpp里面main函数处修改相应路径运行

References

If this repository helps you,please star it. Thanks.