824 MB
30 files
Updated about 1 month ago
Name
Size
example_outputs
LICENSE20.3 kB
xet
README.md865 Bytes
xet
demo.py2.38 kB
xet
detect_2026april.onnx986 kB
xet
model_conversion.py3.05 kB
xet
sr_2026april.onnx26.5 kB
xet
README.md

WeChatQR — QR Code Detection and Decoding

QR code detection and decoding using WeChat CV Team's deep learning models, integrated via OpenCV contrib.


Models

File Role
detect_2026april.onnx Detects QR code regions in the image
sr_2026april.onnx Super-resolves each region for better decoding

Both models are passed directly to the WeChatQRCode API — no manual preprocessing needed.


Usage

python demo.py \
    --detect detect_2026april.onnx \
    --sr     sr_2026april.onnx \
    --image  example_outputs/input_image.jpg \
    --output example_outputs/output_image.png

Example Output

Input Output
input output

License

See LICENSE. Original models by WeChat CV Team.

Total size
824 MB
Files
30
Last updated
Jul 3
Pre-warmed CDN
US EU US EU

Contributors