lower bs
Browse files
.github/workflows/ci-testing.yml
CHANGED
@@ -69,9 +69,9 @@ jobs:
|
|
69 |
# detect custom
|
70 |
python detect.py --weights runs/exp0/weights/last.pt --device $di
|
71 |
# test official
|
72 |
-
python eval.py --weights weights/${{ matrix.yolo5-model }}.pt --device $di --batch-size
|
73 |
# test custom
|
74 |
-
python eval.py --weights runs/exp0/weights/last.pt --device $di --batch-size
|
75 |
# inspect
|
76 |
python models/yolo.py --cfg models/${{ matrix.yolo5-model }}.yaml
|
77 |
# export
|
|
|
69 |
# detect custom
|
70 |
python detect.py --weights runs/exp0/weights/last.pt --device $di
|
71 |
# test official
|
72 |
+
python eval.py --weights weights/${{ matrix.yolo5-model }}.pt --device $di --batch-size 1
|
73 |
# test custom
|
74 |
+
python eval.py --weights runs/exp0/weights/last.pt --device $di --batch-size 1
|
75 |
# inspect
|
76 |
python models/yolo.py --cfg models/${{ matrix.yolo5-model }}.yaml
|
77 |
# export
|