|
@@ -44,9 +44,9 @@ RUN apt -qq update && apt -qq install --no-install-recommends -y \
|
|
&& (apt-get autoremove -y; apt-get autoclean -y)
|
|
&& (apt-get autoremove -y; apt-get autoclean -y)
|
|
|
|
|
|
# get model and labels
|
|
# get model and labels
|
|
-RUN wget -q https://github.com/google-coral/edgetpu/raw/master/test_data/mobilenet_ssd_v2_coco_quant_postprocess_edgetpu.tflite -O /edgetpu_model.tflite --trust-server-names
|
|
|
|
|
|
+RUN wget -q https://github.com/google-coral/edgetpu/raw/master/test_data/ssd_mobilenet_v2_coco_quant_postprocess_edgetpu.tflite -O /edgetpu_model.tflite --trust-server-names
|
|
RUN wget -q https://dl.google.com/coral/canned_models/coco_labels.txt -O /labelmap.txt --trust-server-names
|
|
RUN wget -q https://dl.google.com/coral/canned_models/coco_labels.txt -O /labelmap.txt --trust-server-names
|
|
-RUN wget -q https://github.com/google-coral/edgetpu/raw/master/test_data/mobilenet_ssd_v2_coco_quant_postprocess.tflite -O /cpu_model.tflite
|
|
|
|
|
|
+RUN wget -q https://github.com/google-coral/edgetpu/raw/master/test_data/ssd_mobilenet_v2_coco_quant_postprocess.tflite -O /cpu_model.tflite
|
|
|
|
|
|
|
|
|
|
WORKDIR /opt/frigate/
|
|
WORKDIR /opt/frigate/
|