Thomas-stc

Results 1 issues of Thomas-stc

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 =...