From bdbd6c52139b9cfd4be3ce5d0f5d7bc0241727db Mon Sep 17 00:00:00 2001 From: Dmitry Kurtaev Date: Sat, 25 Mar 2023 21:15:50 +0300 Subject: [PATCH] Download TFLite EfficientDet INT8 --- testdata/dnn/download_models.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/testdata/dnn/download_models.py b/testdata/dnn/download_models.py index fb4fb8f20..934df79e9 100755 --- a/testdata/dnn/download_models.py +++ b/testdata/dnn/download_models.py @@ -1038,8 +1038,13 @@ def get_confirm_token(response): # in case of large files Model( name='YuNet', url='https://github.com/ShiqiYu/libfacedetection.train/raw/02246e79b1e976c83d1e135a85e0628120c93769/onnx/yunet_s_640_640.onnx', - sha='acbe4b5976ade60c4b866a30d0720d71589c8bbc', + sha='acbe4b5976ade60c4b866a30d0720d71589c8bbc', filename='onnx/models/yunet-202303.onnx'), + Model( + name='EfficientDet (TFLite)', + url='https://storage.googleapis.com/mediapipe-assets/coco_efficientdet_lite0_v1_1.0_quant_2021_09_06.tflite?generation=1661875692679200', + sha='200217d746d58e68028a64ad0472631060e6affb', + filename='tflite/hair_segmentation.tflite'), ] # Note: models will be downloaded to current working directory