Skip to content

Commit 59fe0e7

Browse files
authored
Merge pull request #1329 from omrope79:wechat-fix
Added WeChatQR-fix ONNX models #1329 Merge with PR opencv/opencv#28746
1 parent a6be197 commit 59fe0e7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

testdata/dnn/download_models.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -994,6 +994,16 @@ def is_archive(self):
994994
sha='397560616c47b847340cec9561e12a13b29ae32e',
995995
filename='onnx/data/output_mobilenetv2_fp16.npy'),
996996
]),
997+
Model(
998+
name='wechat_qr_detect (onnx)',
999+
url='https://github.com/omrope79/opencv-test-models/releases/download/v1.1.0/detect.onnx',
1000+
sha='8dff596d81e6c223f188defc2616df1c83a406ae',
1001+
filename='wechat_2021-01/detect.onnx'),
1002+
Model(
1003+
name='wechat_super_resolution (onnx)',
1004+
url='https://github.com/omrope79/opencv-test-models/releases/download/v1.1.0/sr.onnx',
1005+
sha='854b183017c2303cc429bcaf598cc7fc18e076a6',
1006+
filename='wechat_2021-01/sr.onnx'),
9971007
Model(
9981008
name='wechat_qr_detect (prototxt)',
9991009
url='https://raw.githubusercontent.com/WeChatCV/opencv_3rdparty/wechat_qrcode/detect.prototxt',

0 commit comments

Comments
 (0)