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.
1 | initial version |
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.