本项目基于darknet(https://github.com/pjreddie/darknet.git)框架实现CTPN版本自然场景文字检测 与CNN+CTCOCR文字识别
- CPU版本最短边608时,检测速度小于1秒;
- 支持darknet直接训练CTPN(整理中);
- 支持darknet直接训练CNN+CTC ocr(整理中);
模型文件地址:
拷贝text.weights文件到models目录
cd darknet-ocr
python3 app.py 8080
模型文件地址:
拷贝text.weights文件到models目录
cd darknet-ocr
python3 app.py 8080