JirkaB commited on
Commit
3e6868d
·
1 Parent(s): f0d1e09
Files changed (1) hide show
  1. .github/workflows/ci-testing.yml +2 -2
.github/workflows/ci-testing.yml CHANGED
@@ -60,9 +60,9 @@ jobs:
60
  # train
61
  python train.py --weights weights/$name.pt --cfg models/$name.yaml --epochs 1 --img 320 --device $di --batch-size 2
62
  # detect official
63
- python detect.py --weights weights/$name.pt --device $di --batch-size 2
64
  # detect custom
65
- python detect.py --weights runs/exp0/weights/last.pt --device $di --batch-size 2
66
  # test official
67
  python test.py --weights weights/$name.pt --device $di --batch-size 2
68
  # test custom
 
60
  # train
61
  python train.py --weights weights/$name.pt --cfg models/$name.yaml --epochs 1 --img 320 --device $di --batch-size 2
62
  # detect official
63
+ python detect.py --weights weights/$name.pt --device $di
64
  # detect custom
65
+ python detect.py --weights runs/exp0/weights/last.pt --device $di
66
  # test official
67
  python test.py --weights weights/$name.pt --device $di --batch-size 2
68
  # test custom