diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 97b53a30..9b1c5364 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: | diff --git a/docs/en/guides/workouts-monitoring.md b/docs/en/guides/workouts-monitoring.md index fac47d7c..949b2983 100644 --- a/docs/en/guides/workouts-monitoring.md +++ b/docs/en/guides/workouts-monitoring.md @@ -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"