You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I upgraded my opencv with this command
pip install opencv-contrib-python==4.1.0.25
and issue is resolved. But Do not have any Idea why in older version it was not working and what cause this error? any idea?
Hello !
when I run on Image file of hand.jpg or any other image I get this error
Traceback (most recent call last):
File "C:\Users\Strange Lab\Documents\Python Projects\Hand Keypoints\MV_HandKeyPointDetector-master\handPoseImage.py", line 28, in
output = net.forward()
error: C:\projects\opencv-python\opencv\modules\dnn\src\dnn.cpp:1430: error: (-215) output_slice.isContinuous() && output_slice.size == curr_output.size in function cv::dnn::experimental_dnn_v3::Net::Impl::fuseLayers
The text was updated successfully, but these errors were encountered: