Lauszus / FaceRecognitionApp

Face Recognition Android App
GNU General Public License v2.0
507 stars 238 forks source link

Toasting Last Value #34

Closed ifanfaizal closed 5 years ago

ifanfaizal commented 5 years ago

After training the Eigenface with my face, I took another object images which not a face but I got the same value on toast "face detected: (my name)" which is not corrent answer. I'm using face and distance threshold 0.251 btw. Thanks Lauszus :+1:

Lauszus commented 5 years ago

The algorithm is far from perfect. Please note that Eigenfaces and Fisherfaces are not state of the art. If you want to get a higher success-rate you should look into machine learning or similar.