Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

编译

cd ocr 
mkdir build &&  cd build 
cmake  ..
make 

识别

./Text_recognition ../../../test_imgs/1.jpg 640

2020.03.16更新

  • psenet ncnn核扩展实现,有效解决粘连文本检测问题

ncnn检测识别展示(x86 cpu 单进程)

未实现核扩展

实现核扩展