opencv-face-recognition-python
opencv-face-recognition-python copied to clipboard
Face Recognition using OpenCV and Python.
by just commenting LBF and uncommenting FisherFace or EigenFace I am getting the following error face_recognizer.train(faces, np.array(labels)) cv2.error: OpenCV(3.4.1) /home/majid/opencv_contrib/modules/face/src/eigen_faces.cpp:72: error: (-210) In the Eigenfaces method all input samples (training...
AttributeError: 'module' object has no attribute 'face' on line 246 ? 
hi Ramiz, First of all, great tutorial, thank you. When i (pip) installed the requirement for this tutorial, I've got OpenCV 3.3.0 and it had some issues with your code....
How can we obtain the corresponding LBP image and histogram from the input image?
Gives the Following Error: Preparing data... Data prepared ('Total faces: ', 23) ('Total labels: ', 23) Predicting images... Traceback (most recent call last): File "OpenCV-Face-Recognition-Python.py", line 328, in predicted_img1 =...
When I add new pictures to the list of faces, it does not recognize the face at all.
sir , You have written a nice code . I have a doubt -  In the attached pic , face cannot be found . Please suggest . Thanks.
1. Assuming some of the faces in the image is tilted, does OpenCV extracts faces and un-rotate them? (i.e. giving coordinates for rectangles where the frame of the rectangle are...
Hi, So, i have one question. In your datasets you used 2 classes... thus, is it possible to just overfit to a single one? We've been testing for a while...