XgTu / 2DASL

The code (pytorch for testing & matlab for 3D plot and evaluation) for our project: Joint 3D Face Reconstruction and Dense Face Alignment from A Single Image with 2D-Assisted Self-Supervised Learning (2DASL)
MIT License
466 stars 116 forks source link

How to plot the 3d face in picture #6

Open vastyao opened 5 years ago

vastyao commented 5 years ago

Good job! I have a simple question to ask. How can I to plot the 3D face reconstruction in the picture, just like the example which had been show? This question puzzled me for a long time, I'm looking forward to your reply.

XgTu commented 5 years ago

@vastyao I am on travel now, I will upload the codes for face rendering when I am back.

vastyao commented 5 years ago

Thank you very much, It's so kind of you!

XgTu commented 5 years ago

@vastyao Do you mean generating the 3D face mesh? The code is locate at "3D_results_plot/write_objs.m"

vastyao commented 5 years ago

OK, thank you very much! how can I achive it with python? can you give me some idea?