pull/1/head
Jirka 5 years ago
parent eac0dbc46a
commit e8b7b86d5a

@ -69,9 +69,9 @@ jobs:
# detect custom # detect custom
python detect.py --weights runs/exp0/weights/last.pt --device $di python detect.py --weights runs/exp0/weights/last.pt --device $di
# test official # 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 # 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 # inspect
python models/yolo.py --cfg models/${{ matrix.yolo5-model }}.yaml python models/yolo.py --cfg models/${{ matrix.yolo5-model }}.yaml
# export # export

Loading…
Cancel
Save