Skip to content

Commit

Permalink
Download TFLite EfficientDet INT8
Browse files Browse the repository at this point in the history
  • Loading branch information
dkurt committed Apr 12, 2023
1 parent ba08f71 commit bdbd6c5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion testdata/dnn/download_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bdbd6c5

Please sign in to comment.