Skip to content

Commit

Permalink
Change to full mode by default in startup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
xeonqq committed May 8, 2024
1 parent 57b0dc3 commit d59f3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

source /home/qq/copilot_env/bin/activate
cd /home/qq/co-pilot
python3 -m src.main --ssd_model models/ssd_mobilenet_v2_coco_quant_no_nms.tflite --label models/coco_labels.txt --score_threshold 0.3 --traffic_light_classification_model models/traffic_light.tflite --traffic_light_label models/traffic_light_labels.txt --blackbox_path=/home/qq --cpu
python3 -m src.main --ssd_model models/ssd_mobilenet_v2_coco_quant_no_nms.tflite --label models/coco_labels.txt --score_threshold 0.3 --traffic_light_classification_model models/traffic_light.tflite --traffic_light_label models/traffic_light_labels.txt --blackbox_path=/home/qq --cpu --mode=full

0 comments on commit d59f3a9

Please sign in to comment.