File "openvino_test.py", line 66, in <module>detections = net.forward()cv2.error: bad_weak_ptr 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 ...
cmake3 -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/build/uk/Frameworks/opencv-4.8.0-ov-AVX2-default-debug-install VERBOSE=1 -DOPENCV_EXTRA_MODULES_PATH=~/local/Frameworks/opencv/4.8.0_trial/source/contrib/modules/ -DCPU_BASELINE=AVX2 -DENABLE_OMIT_FRAME_POINTER=OFF -DBUILD_TESTS=OF...
System information (version) OpenCV => 4.5.5 Operating System / Platform => Windows 11 64 Bit Compiler => Visual Studio 2022 (vc 17) Java: Open JDK 17.0.2 Ant: 1.10.12 Detailed description When building OpenCV 4.5.5 from sources, even if...
File "openvino_test.py", line 66, in <module>detections = net.forward()cv2.error: bad_weak_ptr 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...
installed opencv with cuda via cmake run an inference (moblinetv1) using dnn cvNet.setPreferableBackend(cv2.dnn.DNN_BACKEND_CUDA) cvNet.setPreferableTarget(cv2.dnn.DNN_TARGET_CUDA) cvOut = cvNet.forward() got a warning: dnn.cpp (1314) cv::dnn::dnn4_v20191024::Net::Impl::setUpNet ...
File "openvino_test.py", line 66, in <module>detections = net.forward()cv2.error: bad_weak_ptr 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) a...