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
464 stars 116 forks source link

How to achieve dense face alignment? #16

Open zhouhao-learning opened 5 years ago

zhouhao-learning commented 5 years ago

Hello, I am very happy to see your work, I want to achieve a dense alignment of the face, like the following image But I didn't see how to implement this step in your code, and your code is based on Matlab, not Python. Can you provide a Python implementation? This will help understand the meaning of each step, thank you

XgTu commented 5 years ago

@zhouhao-learning Hi, pls check the matlab code, some of the plotting code may have been commented.

zhouhao-learning commented 5 years ago

@XgTu I know, but it's not a Python code implementation. I want to know how Python code is implemented. Can you guide me? Thank you.