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