0

Is there any way to render a face from the face_recognition Python library encoding, e.g. a line/dot drawing?

Thank you in advance.

mrfakename
  • 21
  • 1
  • 7
  • My oppinion is: no chance. Learn how dlib makes face encodings. – Bohdan Jan 20 '23 at 21:41
  • you can train another network to map from an encoding to a face image. It is known as template inversion in the research literature. Of course, the resulting image will just be an estimate of the actual input image which might be sufficient depending on the use-case – i regular Feb 07 '23 at 09:39
  • @i regular How might I do that? – mrfakename Feb 07 '23 at 20:27

0 Answers0