Skip to content

darknet text detect and darknet cnn ocr

Notifications You must be signed in to change notification settings

hmq2018/darknet-ocr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

实现功能

  • CPU版本最短边608时,检测速度小于1秒;
  • 支持darknet直接训练CTPN(整理中);
  • 支持darknet直接训练CNN+CTC ocr(整理中);

下载text.weights模型文件

模型文件地址:

拷贝text.weights文件到models目录

web服务启动(支持文件上传及URL图像)

cd darknet-ocr
python3 app.py 8080

访问服务

http://127.0.0.1:8080/text

识别结果展示

参考

  1. yolo3 https://github.com/pjreddie/darknet.git
  2. ctpn https://github.com/eragonruan/text-detection-ctpn
  3. CTPN https://github.com/tianzhi0549/CTPN

About

darknet text detect and darknet cnn ocr

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.0%
  • JavaScript 22.9%
  • HTML 9.0%
  • CSS 2.1%