ultralytics 8.2.20 new Analytics class with plotting visuals (#12955)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
1a4ac2c6ba
commit
03d380d730
9 changed files with 417 additions and 7 deletions
|
|
@ -121,7 +121,7 @@ Monitoring workouts through pose estimation with [Ultralytics YOLOv8](https://gi
|
|||
| `view_img` | `bool` | `False` | Flag to display the image. |
|
||||
| `pose_up_angle` | `float` | `145.0` | Angle threshold for the 'up' pose. |
|
||||
| `pose_down_angle` | `float` | `90.0` | Angle threshold for the 'down' pose. |
|
||||
| `pose_type` | `str` | `pullup` | Type of pose to detect (`'pullup`', `pushup`, `abworkout`). |
|
||||
| `pose_type` | `str` | `pullup` | Type of pose to detect (`'pullup`', `pushup`, `abworkout`, `squat`). |
|
||||
|
||||
### Arguments `model.predict`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue