args
This commit is contained in:
parent
f0d1e099e2
commit
3e6868d318
|
|
@ -60,9 +60,9 @@ jobs:
|
||||||
# train
|
# train
|
||||||
python train.py --weights weights/$name.pt --cfg models/$name.yaml --epochs 1 --img 320 --device $di --batch-size 2
|
python train.py --weights weights/$name.pt --cfg models/$name.yaml --epochs 1 --img 320 --device $di --batch-size 2
|
||||||
# detect official
|
# detect official
|
||||||
python detect.py --weights weights/$name.pt --device $di --batch-size 2
|
python detect.py --weights weights/$name.pt --device $di
|
||||||
# detect custom
|
# detect custom
|
||||||
python detect.py --weights runs/exp0/weights/last.pt --device $di --batch-size 2
|
python detect.py --weights runs/exp0/weights/last.pt --device $di
|
||||||
# test official
|
# test official
|
||||||
python test.py --weights weights/$name.pt --device $di --batch-size 2
|
python test.py --weights weights/$name.pt --device $di --batch-size 2
|
||||||
# test custom
|
# test custom
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue