Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jahongir7174/paddleocr-onnx
Text Detection and Recognition using ONNX
https://github.com/jahongir7174/paddleocr-onnx
ocr onnx onnxruntime onnxruntime-gpu opencv python text-detection text-recognition
Last synced: about 2 months ago
JSON representation
Text Detection and Recognition using ONNX
- Host: GitHub
- URL: https://github.com/jahongir7174/paddleocr-onnx
- Owner: jahongir7174
- Created: 2024-02-02T00:57:46.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-02T00:58:04.000Z (11 months ago)
- Last Synced: 2024-02-02T03:24:27.394Z (11 months ago)
- Topics: ocr, onnx, onnxruntime, onnxruntime-gpu, opencv, python, text-detection, text-recognition
- Language: Python
- Homepage:
- Size: 11.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](demo/demo.jpg)
#### Reference
* https://github.com/PaddlePaddle/PaddleOCR