Files
usls/examples/db
Jamjamjon 51b75e9a21 Add YOLOPv2 & Face-Parsing model (#3)
* Add YOLOP and face parsing model
2024-04-14 15:15:59 +08:00
..
2024-04-06 16:16:53 +08:00
2024-04-14 15:15:59 +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