Replies: 1 comment
-
|
Here is documentation that can help with choosing the threshold: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I've been playing with compreface and while it's quite good when it comes to distinguishing who it spotted from the trained people, when it sees a face that it wasn't trained on it still tries to match it to the known faces and usually gives quite a high result.
Now how can I prevent this. My logic tells me I shouldn't really be trying to add these strangers to the same class but how else do I prevent compreface from trying to match them to one of the known faces so badly. Ideally I'd like to see a low similarity score to reject it and not something in the 90% range.
Beta Was this translation helpful? Give feedback.
All reactions