Skip to content

Commit a6e90f1

Browse files
committed
add scale factor to DB demo.
1 parent e062c6d commit a6e90f1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

testdata/dnn/download_models.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,6 +1045,17 @@ def get_confirm_token(response): # in case of large files
10451045
url='https://storage.googleapis.com/mediapipe-assets/coco_efficientdet_lite0_v1_1.0_quant_2021_09_06.tflite?generation=1661875692679200',
10461046
sha='200217d746d58e68028a64ad0472631060e6affb',
10471047
filename='tflite/coco_efficientdet_lite0_v1_1.0_quant_2021_09_06.tflite'),
1048+
Model(
1049+
name='PP_OCRv3_DB_text_det (ONNX)',
1050+
url='https://github.com/zihaomu/zihaomu/files/9740907/PP_OCRv3_DB_text_det.tar.gz',
1051+
sha='a2a008361d785fbe32a22ec2106621ecd1576f48',
1052+
filename='PP_OCRv3_DB_text_det.tar.gz'),
1053+
Model(
1054+
name='PP_OCRv3_DB_text_det (ONNX)',
1055+
archive='PP_OCRv3_DB_text_det.tar.gz',
1056+
member='PP_OCRv3_DB_text_det/PP_OCRv3_DB_text_det.onnx',
1057+
sha='f541f0b448561c7ad919ba9fffa72ff105062934',
1058+
filename='onnx/models/PP_OCRv3_DB_text_det.onnx'),
10481059
]
10491060

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

0 commit comments

Comments
 (0)