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 ...
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) and I unco...
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 ...