Files
usls/examples/svtr/README.md
Jamjamjon cf21eabcaa Add PPOCRv5 DET and REC models (#98)
* Add PPOCRv5 DET and REC models

* Add Text Struct
2025-05-21 13:29:17 +08:00

21 lines
1.0 KiB
Markdown

## Quick Start
```shell
cargo run -r -F cuda --example svtr -- --device cuda
```
## Results
```shell
ys: [Y { Texts: [Text { text: "粤A68688", confidence: 0.9940011 }] }]
ys: [Y { Texts: [Text { text: "冀B6G000", confidence: 0.86073524 }] }]
ys: [Y { Texts: [Text { text: "我在南锣鼓捣猫呢", confidence: 0.99346924 }] }]
ys: [Y { Texts: [Text { text: "小菊儿胡同71号", confidence: 0.99450684 }] }]
ys: [Y { Texts: [Text { text: "110022345", confidence: 0.99994576 }] }]
ys: [Y { Texts: [Text { text: "你有这么高速运转的机械进入中国,记住我给出的原理", confidence: 0.9996338 }] }]
ys: [Y { Texts: [Text { text: "from the background, but also separate text instances which", confidence: 0.9954648 }] }]
ys: [Y { Texts: [Text { text: "Please lower your yolume", confidence: 0.93910724 }] }]
ys: [Y { Texts: [Text { text: "are closely jointed. Some examples are illustrated in Fig.7.", confidence: 0.9959717 }] }]
ys: [Y { Texts: [Text { text: "HelloRust", confidence: 0.97661674 }] }]
```