opencv-face-recognition-python icon indicating copy to clipboard operation
opencv-face-recognition-python copied to clipboard

Face Recognition using OpenCV and Python.

Results 29 opencv-face-recognition-python issues
Sort by recently updated
recently updated
newest added

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 ? ![screenshot from 2018-03-05 21-31-20](https://user-images.githubusercontent.com/19761838/36995396-98c2bd48-20bc-11e8-9db9-afaee76b80de.png)

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 - ![sg_1](https://user-images.githubusercontent.com/19471922/37806505-63083734-2e66-11e8-9308-45950ff3bc33.jpg) 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...