This repository was archived by the owner on Feb 5, 2025. It is now read-only.
Face Similarity #123
Unanswered
rs2-davebanguilan
asked this question in
Q&A
Replies: 1 comment
|
your |
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.
I'm trying to create a backend using this package that can detect if a picture on a user's ID and a user's selfie is the same. My problem for now is what will be my threshold to determine if two faces is the same, different, or unsure (need to check manually). Here's my service on my nodejs project You can check the
calcSimilarityPercentagefunction. Also, am I using the functions right? the backend could only receive 2 image, 1 for the selfie and 1 for the picture of an ID with user's photo on it (Like a driver's license).All reactions