8000 GitHub - jahongir7174/PaddleOCR-onnx: Text Detection and Recognition using ONNX
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jahongir7174/PaddleOCR-onnx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Detection and Text Recognition inference code using ONNX Runtime

Installation

conda create -n PaddleOCR python=3.8
conda activate PaddleOCR
pip install onnxruntime-gpu==1.12.1
pip install opencv-python==4.5.5.64
pip install shapely==2.0.2
pip install pyclipper==1.3.0.post5

Test

  • Run python main.py a.jpg for testing

Note

  • This repo supports inference only, see reference for more details

Results

title

Reference

About

Text Detection and Recognition using ONNX

Topics

Resources

Stars

Watchers

Forks

31B5

Releases

No releases published

Packages

No packages published

Languages

0