This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
Face Similarity #123
Unanswered
rs2-davebanguilan
asked this question in
Q&A
Replies: 1 comment
-
your
|
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
-
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
calcSimilarityPercentage
function. 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).Beta Was this translation helpful? Give feedback.
All reactions