We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9ad57 commit c7a30cfCopy full SHA for c7a30cf
testdata/dnn/download_models.py
@@ -1040,6 +1040,11 @@ def get_confirm_token(response): # in case of large files
1040
url='https://storage.googleapis.com/mediapipe-assets/hair_segmentation.tflite?generation=1661875756623461',
1041
sha='bba28400dfc264b1ed7ee95df718fada1879644d',
1042
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'),
1048
]
1049
1050
# Note: models will be downloaded to current working directory
0 commit comments