mirror of
https://github.com/ultralytics/yolov5.git
synced 2025-06-03 14:49:29 +08:00
lower bs
This commit is contained in:
parent
eac0dbc46a
commit
e8b7b86d5a
4
.github/workflows/ci-testing.yml
vendored
4
.github/workflows/ci-testing.yml
vendored
@ -69,9 +69,9 @@ jobs:
|
||||
# detect custom
|
||||
python detect.py --weights runs/exp0/weights/last.pt --device $di
|
||||
# test official
|
||||
python eval.py --weights weights/${{ matrix.yolo5-model }}.pt --device $di --batch-size 2
|
||||
python eval.py --weights weights/${{ matrix.yolo5-model }}.pt --device $di --batch-size 1
|
||||
# test custom
|
||||
python eval.py --weights runs/exp0/weights/last.pt --device $di --batch-size 2
|
||||
python eval.py --weights runs/exp0/weights/last.pt --device $di --batch-size 1
|
||||
# inspect
|
||||
python models/yolo.py --cfg models/${{ matrix.yolo5-model }}.yaml
|
||||
# export
|
||||
|
Loading…
x
Reference in New Issue
Block a user