Object-Detection icon indicating copy to clipboard operation
Object-Detection copied to clipboard

cv2.dnn_DetectionModel function error

Open paliwalamol opened this issue 4 years ago • 1 comments

<class 'cv2.dnn_DetectionModel'> returned a result with an error set

paliwalamol avatar Oct 19 '21 06:10 paliwalamol

<class 'cv2.dnn_DetectionModel'> returned a result with an error set

got the same error.. fixed it by using python 3.7.(six) and also by using opencv 4.4 make sure you do it in pycharm. that provides all the recources.. to whoever has this problem.. try it it might fix it

Keshav11-coder avatar Mar 24 '22 23:03 Keshav11-coder