Questions tagged [deep-face]

For questions about DeepFace, which was introduced in the paper "DeepFace: Closing the Gap to Human-Level Performance in Face Verification" (2014) by Yaniv Taigman et al.

3 questions
2
votes
0 answers

Is it ok to perform transfer learning with a base model for face recognition to perform one-shot learning for object classification?

I am trying to create a model that is using a one-shot learning approach for a classification task. We do this because we do not have a lot of data and it also seems like a good way to learn this approach (it is going to be a university project).…
1
vote
1 answer

Which face filter algorithms can work on CPU or integrated GPU?

I see many realtime face swap filters and appearance enhancement filters on smartphone apps. Even apps that can make you look like a granny or show you having a frown, no matter what your actual facial expression is. On searching for open source…
0
votes
1 answer

Best way to generate a human face over a face generated by FaceFormer framework?

FaceFormer framework generates a talking face from audio, focusing on the lip and face movement when a person talks. Now from that what would be the best way to generate a human face on top of that? I tried DeepFaceLive that didn't give good results…