1 parent 9358afe commit b387366Copy full SHA for b387366
1 file changed
README.md
@@ -86,9 +86,19 @@ cargo run -r --example yolo -- --task pose --ver 8 --scale n --model ../models/v
86
cargo run -r --example yolo -- --task pose --ver 11 --scale n --model ../models/v11-m-pose.onnx --source assets/bus.jpg
87
```
88
89
-rtmo
90
-
+### rtmo
+```sh
91
cargo run -r --example rtmo -- --model ../models/rtmo/m.onnx --source assets/bus.jpg
92
+```
93
+### cuda
94
+
95
+after install cuda and cudnn,
96
97
+add:
98
99
+--device cuda:0
100
101
102
103
### other
104
0 commit comments