[[Solved]] Face recognition test failing with correct image [duplicate]
This question already has answers here: dlib face detection error : Unsupported image type, must be 8bit gray or RGB image (4 answers) Closed 9 days ago. I’m beginning to explore face recognition but even my simple “hello world” is blowing up on my face. Here’s the code: import face_recognition from PIL import Image import […]
[[Solved]] Face recognition test failing with correct image [duplicate]
This question already has answers here: dlib face detection error : Unsupported image type, must be 8bit gray or RGB image (4 answers) Closed 9 days ago. I’m beginning to explore face recognition but even my simple “hello world” is blowing up on my face. Here’s the code: import face_recognition from PIL import Image import […]
[[Solved]] Face recognition test failing with correct image [duplicate]
This question already has answers here: dlib face detection error : Unsupported image type, must be 8bit gray or RGB image (4 answers) Closed 9 days ago. I’m beginning to explore face recognition but even my simple “hello world” is blowing up on my face. Here’s the code: import face_recognition from PIL import Image import […]
I designed a face recognition attendance system but I am continuously getting the error “module cv2.face has no attribute LBPHFaceRecognizer_create
I am working in va code and getting this error of cv2.face has no attribute ‘ALBPHFacerecognizer_create’ what should I do , tried my best gone through many YouTube videos tried every possible solution