In Face Detection process, is it possible to form/generate an image of person whose faces got matched either self/ matching with some other face model #2703
Unanswered
RoshanCubastion
asked this question in
Q&A
Replies: 1 comment
-
You have to store the image somewhere. The image itself is not encoded in
the feature vector.
…On Fri, Dec 30, 2022 at 6:00 AM Singh Roshan ***@***.***> wrote:
I stored known_face_encodings with the person's name when I was training
the images earlier, when using
face_recognition.compare_faces(known_face_encodings,
face_encoding_to_check, tolerance=0.40), detection is done correctly, I am
returning the list of person's name if multiple faces found, but I want to
return the person's image as well with whom the face is matching with
—
Reply to this email directly, view it on GitHub
<#2703>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABPYFR2C6XTFTXA4HUDMIO3WP26F7ANCNFSM6AAAAAATMZVV4U>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
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 stored known_face_encodings with the person's name when I was training the images earlier, when using face_recognition.compare_faces(known_face_encodings, face_encoding_to_check, tolerance=0.40), detection is done correctly, I am returning the list of person's name if multiple faces found, but I want to return the person's image as well with whom the face is matching with
Beta Was this translation helpful? Give feedback.
All reactions