fix model download url

This commit is contained in:
Sergey Krashevich 2023-09-04 20:34:33 +03:00
parent f682203f9d
commit 265fb87b43
No known key found for this signature in database
GPG Key ID: 625171324E7D3856

View File

@ -93,8 +93,8 @@ RUN /bin/mkdir -p '/usr/local/lib' && \
FROM wget AS models FROM wget AS models
# Get model and labels # Get model and labels
RUN wget -qO edgetpu_model.tflite https://github.com/google-coral/test_data/raw/release-frogfish/ssdlite_mobiledet_coco_qat_postprocess_edgetpu.tflite ADD --link https://github.com/google-coral/test_data/raw/release-frogfish/ssdlite_mobiledet_coco_qat_postprocess_edgetpu.tflite /rootfs/edgetpu_model.tflite
RUN wget -qO cpu_model.tflite https://github.com/google-coral/test_data/raw/release-frogfish/ssdlite_mobiledet_coco_qat_postprocess.tflite ADD --link https://github.com/google-coral/test_data/raw/release-frogfish/ssdlite_mobiledet_coco_qat_postprocess.tflite /rootfs/cpu_model.tflite
COPY labelmap.txt . COPY labelmap.txt .
# Copy OpenVino model # Copy OpenVino model
COPY --from=ov-converter /models/public/ssdlite_mobilenet_v2/FP16 openvino-model COPY --from=ov-converter /models/public/ssdlite_mobilenet_v2/FP16 openvino-model