mirror of
https://github.com/mii443/usls.git
synced 2025-08-22 15:45:41 +00:00
18 lines
699 B
Markdown
18 lines
699 B
Markdown
## Quick Start
|
|
|
|
```shell
|
|
cargo run -r --example rfdetr
|
|
```
|
|
|
|
## Results
|
|
|
|
```
|
|
[Bboxes]: Found 5 objects
|
|
0: Bbox { xyxy: [47.969677, 397.81808, 246.22426, 904.8823], class_id: 0, name: Some("person"), confidence: 0.94432133 }
|
|
1: Bbox { xyxy: [668.0796, 399.28854, 810.3779, 880.7412], class_id: 0, name: Some("person"), confidence: 0.93386495 }
|
|
2: Bbox { xyxy: [20.852705, 229.30482, 807.43494, 729.51196], class_id: 5, name: Some("bus"), confidence: 0.9319465 }
|
|
3: Bbox { xyxy: [223.28226, 405.37265, 343.92603, 859.50366], class_id: 0, name: Some("person"), confidence: 0.9130827 }
|
|
4: Bbox { xyxy: [0.0, 552.6165, 65.99908, 868.00525], class_id: 0, name: Some("person"), confidence: 0.7910869 }
|
|
|
|
```
|