Files
usls/examples/db
Jamjamjon fc970fc117 Update ort and improve the speed of preprocessing
* Add onnx proto

* Update ort to 2.0.0-rc.2

* Improve the speed of resizing

* Fix yolo-seg bug

* Update README.md
2024-05-12 18:12:34 +08:00
..

Quick Start

cargo run -r --example db

ONNX Model

Speed test

Model Image size TensorRT
f16
batch=1
(ms)
TensorRT
f32
batch=1
(ms)
CUDA
f32
batch=1
(ms)
ppocr-v3-db-dyn 640x640 1.8585 2.5739 4.3314
ppocr-v4-db-dyn 640x640 2.0507 2.8264 6.6064

Test on RTX3060

Results