Face Recognition of a person not in the database

asked 2015-07-15 03:19:41 -0600

ritzy gravatar image

In Face Recognition, how do we detect a new person whose images are not in the database? The code I am using currently detects a new person with the closest match from the database.

edit retag flag offensive close merge delete

Comments

Can't you do a threshold on the match result?

thdrksdfthmn gravatar imagethdrksdfthmn ( 2015-07-15 04:00:16 -0600 )edit
1

the distance(confidance) value for unknown persons should be significantly higher than the one for known persons.

so, measure it for a couple unknown persons, and then set it as the threshold value in the FaceReco's constructor. this should result in a -1 prediction label for unknown persons.

berak gravatar imageberak ( 2015-07-16 02:16:55 -0600 )edit