anhttran / 3dmm_cnn

Regressing Robust and Discriminative 3D Morphable Models with a very Deep Neural Network
Other
857 stars 254 forks source link

How to generate 3D face with expression? #54

Closed minghaoPA closed 4 years ago

minghaoPA commented 4 years ago

Thanks @anhttran for the great work!

I am playing around your code right now, but struggling to find a way to actually save the 3D face with the corresponding expressions as the input image. I have tried several other methods to do this 2D to 3D conversion and your results seem to be the best in terms of the shape similarity as input, but only without the expression.

Could you or anyone else please give me some guide like how to modify the code for this specific purpose?

Thanks!

minghaoPA commented 4 years ago

I modified the main.cpp and some code it refers from and it works.