opencv-face-recognition-python
opencv-face-recognition-python copied to clipboard
Face Recognition using OpenCV and Python.
hello! when I use ace_recognizer = cv2.face.FisherFaceRecognizer_create() or face_recognizer = cv2.face.EigenFaceRecognizer_create() There is an error:cv2.error: OpenCV(3.4.2) /opt/concourse/worker/volumes/live/9523d527-1b9e-48e0-7ed0-a36adde286f0/volume/opencv-suite_1535558719691/work/opencv_contrib-3.4.2/modules/face/src/fisher_faces.cpp:81: error: (-210:Unsupported format or combination of formats) In the Fisherfaces method all input...
I made a virtual environment and installed OpenCV but I found out that I need to install opencv-contrib-python and I'm getting this error message: Could not install packages due to...
In the Fisherfaces method all input samples must be of equal size! Expected 12544 pixels, but was 48400 pixels. In function 'cv::face::Fisherfaces::train'
How to get similarity scores (by setting threshold??), can I use confidence as similarity score??
--------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in () 9 #perform a prediction 10 predicted_img1 = predict(test_img1) ---> 11 predicted_img2 = predict(test_img2) 12 print("Prediction complete") 13 in predict(test_img) 4 def...
hi, thankyou, its really easy to understand your explaination about the theory of LBPH, but how about the classification, what theory that openCV use, can you explain that to? or...
the code only detects faces but doesn't recognise the face.if in the test data an unkonwn image is feeded then also it gives the same name