File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
425_Gold-YOLO-Body-Head-Hand Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,15 @@ Lightweight human detection model generated using a high-quality human dataset.
39
39
40
40
With CUDA. TensorRT not used. Approximately twice as fast with TensorRT enabled. (250 FPS)
41
41
42
+ ```
43
+ usage: demo_goldyolo_onnx.py [ -h] [ -m MODEL] [ -v VIDEO]
44
+
45
+ options:
46
+ -h, --help show this help message and exit
47
+ -m MODEL, --model MODEL
48
+ -v VIDEO, --video VIDEO
49
+ ```
50
+
42
51
- 640x480 CUDA RTX3070
43
52
44
53
```bash
@@ -71,6 +80,16 @@ Lightweight human detection model generated using a high-quality human dataset.
71
80
72
81
- Still image
73
82
83
+ ```
84
+ usage: demo_goldyolo_onnx_image.py [-h] [-m MODEL] [-i IMAGES_PATH] [-o OUTPUT_PATH]
85
+
86
+ options:
87
+ -h, --help show this help message and exit
88
+ -m MODEL, --model MODEL
89
+ -i IMAGES_PATH, --images_path IMAGES_PATH
90
+ -o OUTPUT_PATH, --output_path OUTPUT_PATH
91
+ ```
92
+
74
93
```bash
75
94
python demo/demo_goldyolo_onnx_image.py \
76
95
-m gold_yolo_n_body_head_hand_post_0461_0.4428_1x3x480x640.onnx \
You can’t perform that action at this time.
0 commit comments