JirkaB commited on
Commit
e8b7b86
1 Parent(s): eac0dbc
Files changed (1) hide show
  1. .github/workflows/ci-testing.yml +2 -2
.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 2
73
  # test custom
74
- python eval.py --weights runs/exp0/weights/last.pt --device $di --batch-size 2
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