Docs and CI updates (#17386)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
3c976807b8
commit
8e5db0661c
2 changed files with 1 additions and 3 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -336,8 +336,6 @@ jobs:
|
||||||
results = model.val(imgsz=160)
|
results = model.val(imgsz=160)
|
||||||
results = model.predict(imgsz=160)
|
results = model.predict(imgsz=160)
|
||||||
results = model.export(format='onnx', imgsz=160)
|
results = model.export(format='onnx', imgsz=160)
|
||||||
from ultralytics.cfg import handle_yolo_solutions
|
|
||||||
handle_yolo_solutions(["show=False"])
|
|
||||||
"
|
"
|
||||||
- name: PyTest
|
- name: PyTest
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ Monitoring workouts through pose estimation with [Ultralytics YOLO11](https://gi
|
||||||
yolo solutions workout source="path/to/video/file.mp4"
|
yolo solutions workout source="path/to/video/file.mp4"
|
||||||
|
|
||||||
# Use keypoints for pushups
|
# Use keypoints for pushups
|
||||||
yolo solutions queue kpts=[6, 8, 10]
|
yolo solutions workout kpts=[6, 8, 10]
|
||||||
```
|
```
|
||||||
|
|
||||||
=== "Python"
|
=== "Python"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue