Thomas-stc
Results
1
issues of
Thomas-stc
Why this happened?: SystemError: <class 'cv2.CascadeClassifier'> returned a result with an error set
Dear sir. When I practice face detection by using the code as follows and an error happened as mentioned in Title. gray = cv2.cvtColor(img, cv2.COLOR_BGR2GRAY) face_cascade = cv2.CascadeClassifier('opencv-files/lbpcascade_frontalface.xml') faces =...