File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
425_Gold-YOLO-Body-Head-Hand Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -41,18 +41,42 @@ Lightweight human detection model generated using a high-quality human dataset.
41
41
42
42
- 640x480 CUDA RTX3070
43
43
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
+
44
50
https://github.com/PINTO0309/PINTO_model_zoo/assets/33194443/de3f24db-051d-4c84-8348-2369b084c589
45
51
46
52
- 320x256 CPU Corei9
47
53
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
+
48
60
https://github.com/PINTO0309/PINTO_model_zoo/assets/33194443/97c33beb-58d8-401e-b2fa-2e24e195fddd
49
61
50
62
- 160x128 CPU Corei9
51
63
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
+
52
70
https://github.com/PINTO0309/PINTO_model_zoo/assets/33194443/2d73c77f-bdfd-4b10-9d7a-27ca1f038e96
53
71
54
72
- Still image
55
73
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
+
56
80

57
81
58
82

You can’t perform that action at this time.
0 commit comments