news-navigator/code/code-merge/2_prediction.sh

7 lines
386 B
Bash
Raw Normal View History

2022-08-02 12:09:06 +02:00
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