Skip to content

Commit 23d00d9

Browse files
authored
Update README.md
1 parent 5f475ca commit 23d00d9

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

425_Gold-YOLO-Body-Head-Hand/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,42 @@ Lightweight human detection model generated using a high-quality human dataset.
4141
4242
- 640x480 CUDA RTX3070
4343
44+
```bash
45+
python demo/demo_goldyolo_onnx.py \
46+
-m gold_yolo_n_body_head_hand_post_0461_0.4428_1x3x480x640.onnx \
47+
-v 0
48+
```
49+
4450
https://github.com/PINTO0309/PINTO_model_zoo/assets/33194443/de3f24db-051d-4c84-8348-2369b084c589
4551
4652
- 320x256 CPU Corei9
4753
54+
```bash
55+
python demo/demo_goldyolo_onnx.py \
56+
-m gold_yolo_n_body_head_hand_post_0461_0.4428_1x3x256x320.onnx \
57+
-v 0
58+
```
59+
4860
https://github.com/PINTO0309/PINTO_model_zoo/assets/33194443/97c33beb-58d8-401e-b2fa-2e24e195fddd
4961
5062
- 160x128 CPU Corei9
5163
64+
```bash
65+
python demo/demo_goldyolo_onnx.py \
66+
-m gold_yolo_n_body_head_hand_post_0461_0.4428_1x3x128x160.onnx \
67+
-v 0
68+
```
69+
5270
https://github.com/PINTO0309/PINTO_model_zoo/assets/33194443/2d73c77f-bdfd-4b10-9d7a-27ca1f038e96
5371
5472
- Still image
5573
74+
```bash
75+
python demo/demo_goldyolo_onnx_image.py \
76+
-m gold_yolo_n_body_head_hand_post_0461_0.4428_1x3x480x640.onnx \
77+
-i images_folder
78+
```
79+
5680
![000000000764](https://github.com/PINTO0309/PINTO_model_zoo/assets/33194443/ec57bec0-6655-499f-a78a-072082da38ac)
5781
5882
![image](https://github.com/PINTO0309/PINTO_model_zoo/assets/33194443/4e8582a9-f223-4bb8-a244-85a6f83832a7)

0 commit comments

Comments
 (0)