Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Face recognition identifies the wrong user!! #16

Open
pderckx opened this issue Jan 30, 2020 · 1 comment
Open

Face recognition identifies the wrong user!! #16

pderckx opened this issue Jan 30, 2020 · 1 comment
Assignees
Labels
bug Something isn't working priority This is urgent, take care of this ASAP

Comments

@pderckx
Copy link

pderckx commented Jan 30, 2020

The face recognition is configured as identify the users photo with the "best fit". In many cases this lead to an identification fault. Especially, if a person who is not registered in the app is standing in front of the camera, he is obviously recognized as "human" and the first user from the list is chosen. This is not allowed to happen. There must be a "minimum level of matching" configured.

@horrion horrion self-assigned this Mar 4, 2020
@horrion horrion added bug Something isn't working priority This is urgent, take care of this ASAP labels Mar 4, 2020
@horrion
Copy link
Owner

horrion commented Dec 30, 2020

The issue should finally be resolved. Update will be submitted to the App Store in the next few days after the new mechanism has been verified to be working through testing. This issue will be closed as soon as the App Store update goes live.

The following changes have been incorporated:

  • A new selection mechanism has been implemented that sorts the user accounts by matching coefficient and then picks the best match
  • A new slider is shown under settings where a "matching coefficient threshold", or a "minimum level of matching" can be configured

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority This is urgent, take care of this ASAP
Projects
None yet
Development

No branches or pull requests

2 participants