Docs and CI updates (#17386)

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
pull/17391/head^2
Muhammad Rizwan Munawar 3 weeks ago committed by GitHub
parent 3c976807b8
commit 8e5db0661c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/ci.yaml
  2. 2
      docs/en/guides/workouts-monitoring.md

@ -336,8 +336,6 @@ jobs:
results = model.val(imgsz=160)
results = model.predict(imgsz=160)
results = model.export(format='onnx', imgsz=160)
from ultralytics.cfg import handle_yolo_solutions
handle_yolo_solutions(["show=False"])
"
- name: PyTest
run: |

@ -46,7 +46,7 @@ Monitoring workouts through pose estimation with [Ultralytics YOLO11](https://gi
yolo solutions workout source="path/to/video/file.mp4"
# Use keypoints for pushups
yolo solutions queue kpts=[6, 8, 10]
yolo solutions workout kpts=[6, 8, 10]
```
=== "Python"

Loading…
Cancel
Save