Update distance-calculation solution (#16907)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
1052cf41f8
commit
8e3846d377
6 changed files with 41 additions and 106 deletions
|
|
@ -106,6 +106,7 @@ Monitoring workouts through pose estimation with [Ultralytics YOLO11](https://gi
|
|||
| `show` | `bool` | `False` | Flag to display the image. |
|
||||
| `up_angle` | `float` | `145.0` | Angle threshold for the 'up' pose. |
|
||||
| `down_angle` | `float` | `90.0` | Angle threshold for the 'down' pose. |
|
||||
| `model` | `str` | `None` | Path to Ultralytics YOLO Pose Model File |
|
||||
|
||||
### Arguments `model.predict`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue