7 lines
386 B
Bash
7 lines
386 B
Bash
python ~/yolov5/detect.py --source ../../dev-0-dataset/images --weights ./merge/run/weights/best.pt --name dev-0 --project predictions --save-txt --max-det 50 --save-conf \
|
|
--conf-thres 0.2
|
|
|
|
python ~/yolov5/detect.py --source ../../test-A-dataset/images --weights ./merge/run/weights/best.pt --name test-A --project predictions --save-txt --max-det 50 --save-conf \
|
|
--conf-thres 0.2
|
|
|