Add YOLOv10 to Raspberry Pi CI (#16087)
This commit is contained in:
parent
f03f0fde2e
commit
be71a43773
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -260,6 +260,8 @@ jobs:
|
|||
run: python -m ultralytics.cfg.__init__ benchmark model='yolov8n-pose.pt' imgsz=160 verbose=0.179
|
||||
- name: Benchmark OBBModel
|
||||
run: python -m ultralytics.cfg.__init__ benchmark model='yolov8n-obb.pt' imgsz=160 verbose=0.472
|
||||
- name: Benchmark YOLOv10Model
|
||||
run: python -m ultralytics.cfg.__init__ benchmark model='yolov10n.pt' imgsz=160 verbose=0.178
|
||||
- name: Benchmark Summary
|
||||
run: |
|
||||
cat benchmarks.log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue