Преглед изворни кода

use model from frogfish release

Blake Blackshear пре 3 година
родитељ
комит
0d352f3d8a
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      docker/Dockerfile.base

+ 2 - 2
docker/Dockerfile.base

@@ -40,8 +40,8 @@ COPY --from=nginx /usr/local/nginx/ /usr/local/nginx/
 
 
 # get model and labels
 # get model and labels
 COPY labelmap.txt /labelmap.txt
 COPY labelmap.txt /labelmap.txt
-RUN wget -q https://github.com/google-coral/test_data/raw/master/ssdlite_mobiledet_coco_qat_postprocess_edgetpu.tflite -O /edgetpu_model.tflite
-RUN wget -q https://github.com/google-coral/test_data/raw/master/ssdlite_mobiledet_coco_qat_postprocess.tflite -O /cpu_model.tflite
+RUN wget -q https://github.com/google-coral/test_data/raw/release-frogfish/ssdlite_mobiledet_coco_qat_postprocess_edgetpu.tflite -O /edgetpu_model.tflite
+RUN wget -q https://github.com/google-coral/test_data/raw/release-frogfish/ssdlite_mobiledet_coco_qat_postprocess.tflite -O /cpu_model.tflite
 
 
 WORKDIR /opt/frigate/
 WORKDIR /opt/frigate/
 ADD frigate frigate/
 ADD frigate frigate/