You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: