car-detection-bayes/our_scripts/run_yolov3_process.sh

21 lines
577 B
Bash

#!/usr/bin/env bash
/home/tomekb/miniconda3/envs/conda3.7/bin/python -u /home/tomekb/yolov3/our_scripts/run_yolov3_process.py \
--epochs 50 \
--batch-size 8 \
--cfg /cfg/yolov3-spp-18cls.cfg \
--data ./data/widok01-11.data \
--multi-scale \
--img-size 512 896 \
`# --cache-images` \
--adam \
--device 0 \
`# poniżej parametry do detect.py` \
--source /home/michall/yolov3/data/widok01-11_test_labels.txt \
--test-img-size 1024 \
--conf-thres 0.3 \
--iou-thres 0.6 \
--save-txt \
`# poniżej parametry do generate-confussion-matrix.js` \
--labels-dir ./data/widok01-11_labels