aashishrai3799 / 3DFaceCAM

Implementation of a 3D Face Generative Model
Other
92 stars 15 forks source link

Gan inversion ? #5

Open Michaelwhite34 opened 2 years ago

Michaelwhite34 commented 2 years ago

Amazing work! Is it possible to do inversion with image put ?

aashishrai3799 commented 2 years ago

Hi Michael. Thanks for your comment! This project aims to design a simple yet effective generative model for controllable 3D faces. So, we do not, by default, design anything for inversion. However, you can try generating a mesh from an image using the Facescape Bilinear model and manipulating using our pipeline.

Here's a link to the Facescape repository: https://github.com/zhuhao-nju/facescape/tree/master/toolkit

Thanks!