antfu / qr-scanner-wechat

QR Code scanner in JS with Open CV and WeChat's Algorithm
https://qrcode-wechat.netlify.app/
MIT License
311 stars 12 forks source link

fix: typo in model name #2

Closed robinWongM closed 1 year ago

robinWongM commented 1 year ago

Description

Fix typo: models.detect_prototxt -> models.sr_prototxt.

Note that the wechat_qrcode will activate the super resolution model for (cropped) images with a width or height smaller than 320px. The typo results in an error in such circumstances due to the mismatched input blobs vector size.

`blobs.size() < 2`

netlify[bot] commented 1 year ago

Deploy Preview for qrcode-wechat ready!

Name Link
Latest commit 0ff663c904410d189134c71f8b3b3caeba10127a
Latest deploy log https://app.netlify.com/sites/qrcode-wechat/deploys/64e3d55d62bac90008e87081
Deploy Preview https://deploy-preview-2--qrcode-wechat.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

antfu commented 1 year ago

Nice found, thank you!