Skip to content

Commit 40812b6

Browse files
authored
Update README.md
1 parent 23d00d9 commit 40812b6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,15 @@ Lightweight human detection model generated using a high-quality human dataset.
3939
4040
With CUDA. TensorRT not used. Approximately twice as fast with TensorRT enabled. (250 FPS)
4141
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+
4251
- 640x480 CUDA RTX3070
4352
4453
```bash
@@ -71,6 +80,16 @@ Lightweight human detection model generated using a high-quality human dataset.
7180
7281
- Still image
7382
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+
7493
```bash
7594
python demo/demo_goldyolo_onnx_image.py \
7695
-m gold_yolo_n_body_head_hand_post_0461_0.4428_1x3x480x640.onnx \

0 commit comments

Comments
 (0)