Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PINTO0309 authored Dec 4, 2023
1 parent d93b896 commit 9d783f2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions 426_YOLOX-Body-Head-Hand/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,17 @@ Lightweight human detection model generated using a high-quality human dataset.

https://github.com/PINTO0309/PINTO_model_zoo/assets/33194443/9444e5ab-a8d3-4290-81e7-7d1701abca16

- 640x384 CUDA

```bash
python demo/demo_yolox_onnx.py \
-m yolox_m_body_head_hand_post_0299_0.5263_1x3x384x640.onnx \
-v pexels_videos_2670_640x360.mp4 \
-ep cuda
```

https://github.com/PINTO0309/PINTO_model_zoo/assets/33194443/8a15e0d6-5f75-4246-adf5-478cb45d74b6

- Body-Head-Hand - Nano
```
Average Precision (AP) @[ IoU=0.50:0.95 | area= all | maxDets=100 ] = 0.409
Expand Down

0 comments on commit 9d783f2

Please sign in to comment.