|
|
|
@ -112,17 +112,17 @@ jobs:
|
|
|
|
|
shell: python
|
|
|
|
|
run: |
|
|
|
|
|
from ultralytics.yolo.utils.benchmarks import benchmark
|
|
|
|
|
benchmark(model='${{ matrix.model }}.pt', imgsz=160, half=False, hard_fail=0.20)
|
|
|
|
|
benchmark(model='${{ matrix.model }}.pt', imgsz=160, half=False, hard_fail=0.26)
|
|
|
|
|
- name: Benchmark SegmentationModel
|
|
|
|
|
shell: python
|
|
|
|
|
run: |
|
|
|
|
|
from ultralytics.yolo.utils.benchmarks import benchmark
|
|
|
|
|
benchmark(model='${{ matrix.model }}-seg.pt', imgsz=160, half=False, hard_fail=0.14)
|
|
|
|
|
benchmark(model='${{ matrix.model }}-seg.pt', imgsz=160, half=False, hard_fail=0.30)
|
|
|
|
|
- name: Benchmark ClassificationModel
|
|
|
|
|
shell: python
|
|
|
|
|
run: |
|
|
|
|
|
from ultralytics.yolo.utils.benchmarks import benchmark
|
|
|
|
|
benchmark(model='${{ matrix.model }}-cls.pt', imgsz=160, half=False, hard_fail=0.35)
|
|
|
|
|
benchmark(model='${{ matrix.model }}-cls.pt', imgsz=160, half=False, hard_fail=0.36)
|
|
|
|
|
- name: Benchmark PoseModel
|
|
|
|
|
shell: python
|
|
|
|
|
run: |
|
|
|
|
|