Skip to content

fix large image #984

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 29, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions testdata/dnn/download_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -975,6 +975,26 @@ def get_confirm_token(response): # in case of large files
member='mobilenetv2_fp16_v7/output_mobilenetv2_fp16.npy',
sha='397560616c47b847340cec9561e12a13b29ae32e',
filename='onnx/data/output_mobilenetv2_fp16.npy'),
Model(
name='wechat_qr_detect',
url='https://raw.githubusercontent.com/WeChatCV/opencv_3rdparty/wechat_qrcode/detect.prototxt',
sha='a6936962139282d300ebbf15a54c2aa94b144bb7',
filename='wechat_2021-01/detect.prototxt'),
Model(
name='wechat_qr_detect',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'wechat_qr_detect'

Avoid duplicate names for different entries. Use this name as prefix only.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

url='https://raw.githubusercontent.com/WeChatCV/opencv_3rdparty/wechat_qrcode/detect.caffemodel',
sha='d587623a055cbd58a648de62a8c703c7abb05f6d',
filename='wechat_2021-01/detect.caffemodel'),
Model(
name='wechat_super_resolution',
url='https://raw.githubusercontent.com/WeChatCV/opencv_3rdparty/wechat_qrcode/sr.prototxt',
sha='39e1f1031c842766f1cc126615fea8e8256facd2',
filename='wechat_2021-01/sr.prototxt'),
Model(
name='wechat_super_resolution',
url='https://raw.githubusercontent.com/WeChatCV/opencv_3rdparty/wechat_qrcode/sr.caffemodel',
sha='2b181b55d1d7af718eaca6cabdeb741217b64c73',
filename='wechat_2021-01/sr.caffemodel'),
]

# Note: models will be downloaded to current working directory
Expand Down