Update INSTALL.sh

fix-non-showing-inputs
Levent K 2020-10-12 16:48:22 +00:00
parent e2fb577878
commit 18b3ae1c45
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ echo "Coral dependencies installed."
echo "Getting coral object detection models..." echo "Getting coral object detection models..."
mkdir -p models mkdir -p models
wget "https://github.com/google-coral/edgetpu/raw/master/test_data/ssd_mobilenet_v2_coco_quant_postprocess_edgetpu.tflite" wget "https://github.com/google-coral/edgetpu/raw/master/test_data/ssd_mobilenet_v2_coco_quant_postprocess_edgetpu.tflite"
mv mobilenet_ssd_v2_coco_quant_postprocess_edgetpu.tflite models/ mv ssd_mobilenet_v2_coco_quant_postprocess_edgetpu.tflite models/
wget "https://dl.google.com/coral/canned_models/coco_labels.txt" wget "https://dl.google.com/coral/canned_models/coco_labels.txt"
mv coco_labels.txt models/ mv coco_labels.txt models/
echo "Models downloaded." echo "Models downloaded."