Skip to content

Commit c7a30cf

Browse files
committed
Download TFLite EfficientDet INT8
1 parent ba9ad57 commit c7a30cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

testdata/dnn/download_models.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,6 +1040,11 @@ def get_confirm_token(response): # in case of large files
10401040
url='https://storage.googleapis.com/mediapipe-assets/hair_segmentation.tflite?generation=1661875756623461',
10411041
sha='bba28400dfc264b1ed7ee95df718fada1879644d',
10421042
filename='tflite/hair_segmentation.tflite'),
1043+
Model(
1044+
name='EfficientDet (TFLite)',
1045+
url='https://storage.googleapis.com/mediapipe-assets/coco_efficientdet_lite0_v1_1.0_quant_2021_09_06.tflite?generation=1661875692679200',
1046+
sha='200217d746d58e68028a64ad0472631060e6affb',
1047+
filename='tflite/hair_segmentation.tflite'),
10431048
]
10441049

10451050
# Note: models will be downloaded to current working directory

0 commit comments

Comments
 (0)