pull/426/head
Jirka 2020-07-16 12:25:55 +02:00
parent eac0dbc46a
commit e8b7b86d5a
1 changed files with 2 additions and 2 deletions

View File

@ -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