args
Browse files
.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
|
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
|
|
|
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
|