MACE face authentication always return not same person
Hi, I'm trying to create face authentication to recognize a single person using opencv on android. I was able to make face recognize by using LBPHFaceRecognizer, but then I realize that LBPH is not what I should use. So I change my code to use MACE Filter. but when I changed my code by using MACE filter, it always returns "not same person".
I use exact same cropped grayscale images for training (10 images) and testing that worked fine in LBPHFaceRecognizer.
Thank you.
opencv version ?
I'm using opencv 4.0.0(pre).
slight improvement
so it's related to opencv version? what version should I use, 3.4.9 or 4.2.0?
both 3.4.9 and 4.2.0 have the change
if you could zip your 10 cropped images and put them somewhere ? i'd take a look.
Sorry for late reply. after hours tried to build opencv 3.4.9, finally I managed to install opencv 3.4.9 on my project. But the result still the same. Here the face images as requested. I'm using CascadeClassifier to detect and to crop the image.
Please give advice. Thank you
i made a quick test, using your images and got 50% success.
imho it will get better with more (and more diverse) images
well, adding 50 training faces do the magic.
Thank you for the help.
thanks for trying this ;)