opencv_contrib icon indicating copy to clipboard operation
opencv_contrib copied to clipboard

WeChat QRCode Detector: using deprecated parameters

Open check-switch-26 opened this issue 3 years ago • 0 comments

System information (version)
  • OpenCV => 4.5.5
  • Operating System / Platform =>Windows 10, 64 bit
  • Compiler => Visual Studio 2019
Detailed description

detect.protocol and detect.caffemodel files are using deprecated parameters

The following messages are emitted by the library:

Attempting to upgrade batch norm layers using deprecated params: detect.prototxt Successfully upgraded batch norm layers using deprecated params. Attempting to upgrade batch norm layers using deprecated params: detect.caffemodel Successfully upgraded batch norm layers using deprecated params.

Steps to reproduce

build and run qrcode_example.cpp as provided in the 'samples' folder

Issue submission checklist
  • [x] I report the issue, it's not a question
  • [x] I checked the problem with documentation, FAQ, open issues, forum.opencv.org, Stack Overflow, etc and have not found any solution
  • [x] I updated to the latest OpenCV version and the issue is still there
  • [x] There is reproducer code and related data files: videos, images, onnx, etc

check-switch-26 avatar Feb 16 '22 20:02 check-switch-26