Skip to content

Commit 6446da4

Browse files
author
AleksandrPanov
committed
add load wechat qr detect model
1 parent 55a2cfd commit 6446da4

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

testdata/dnn/download_models.py

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -975,6 +975,26 @@ def get_confirm_token(response): # in case of large files
975975
member='mobilenetv2_fp16_v7/output_mobilenetv2_fp16.npy',
976976
sha='397560616c47b847340cec9561e12a13b29ae32e',
977977
filename='onnx/data/output_mobilenetv2_fp16.npy'),
978+
Model(
979+
name='wechat_qr_detect',
980+
url='https://raw.githubusercontent.com/WeChatCV/opencv_3rdparty/wechat_qrcode/detect.prototxt',
981+
sha='a6936962139282d300ebbf15a54c2aa94b144bb7',
982+
filename='wechat_2021-01/detect.prototxt'),
983+
Model(
984+
name='wechat_qr_detect',
985+
url='https://raw.githubusercontent.com/WeChatCV/opencv_3rdparty/wechat_qrcode/detect.caffemodel',
986+
sha='d587623a055cbd58a648de62a8c703c7abb05f6d',
987+
filename='wechat_2021-01/detect.caffemodel'),
988+
Model(
989+
name='wechat_super_resolution',
990+
url='https://raw.githubusercontent.com/WeChatCV/opencv_3rdparty/wechat_qrcode/sr.prototxt',
991+
sha='39e1f1031c842766f1cc126615fea8e8256facd2',
992+
filename='wechat_2021-01/sr.prototxt'),
993+
Model(
994+
name='wechat_super_resolution',
995+
url='https://raw.githubusercontent.com/WeChatCV/opencv_3rdparty/wechat_qrcode/sr.caffemodel',
996+
sha='2b181b55d1d7af718eaca6cabdeb741217b64c73',
997+
filename='wechat_2021-01/sr.caffemodel'),
978998
]
979999

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

0 commit comments

Comments
 (0)