news-navigator/code/code-merge-no-pretrained/2_prediction.sh
2022-08-02 13:14:34 +00:00

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