System information (version) OpenCV => 4.5.5 Operating System / Platform => Ubuntu 20.04 64bit Compiler => gcc 9.4.0 cuda 11.2 cudnn 8.2.1 cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D INSTALL_PYTHON_EXAMPLES=ON...
When I set backend to OPENCV (target CPU of course) it works fine. Here is an edited version of the code (so the net.forward isn't line 66 here) and I uncomment different backend/target lines when running: # import the necessary packages import numpy as np import ...
After building & installation of my customized version, I write a simple code as executable target, aims to providing break point entry, for further debugging into OpenCV source. However, when running, it complains "zlib1.dll" can't find (release mode), "zlibd1.dll" can't find (debug m...
When I set backend to OPENCV (target CPU of course) it works fine. Here is an edited version of the code (so the net.forward isn't line 66 here) and I uncomment different backend/target lines when running: # import the necessary packages import numpy as...
Hello, got this warning, trying to use cuda to run my model. System information (version) OpenCV => 4.1.2 (installed on Nov. 11, 2019 via cmake) Operating System / Platform => Windows 64 Bit Compiler => Visual Studio 2017 -GPU:Nvidia RTX...
When I set backend to OPENCV (target CPU of course) it works fine. Here is an edited version of the code (so the net.forward isn't line 66 here) and I uncomment different backend/target lines when running: # import the necessary packages import numpy as np i...