does face embedding varies with camera #467
arslanbhatti83
started this conversation in
General
Replies: 2 comments 3 replies
-
Greetings @arslanbhatti83. |
Beta Was this translation helpful? Give feedback.
2 replies
-
depends on which module you're using to generate embeddings - human supports 4 different ones built-in and each one is different. default use-case is high performant keypoint detection, so quality of face embeddings is not as high. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Vlad,
I am building an app in which user registers his face through mobile app. His face is then searched for similarity on a laptop with webcam. I am using cosine similarity to estimate the similarity. However same person who just used his mobile phone to register his face gets similarity of around 0.5 to 0.6 at max when searched on laptop through web cam
I was wondering that does face embeddings varies with the camera (mobile cam, web cam etc).
Beta Was this translation helpful? Give feedback.
All reactions