提交 e8b7b86d authored 作者: Jirka's avatar Jirka

lower bs

上级 eac0dbc4
...@@ -69,9 +69,9 @@ jobs: ...@@ -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
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论