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

Testing code for predictions. #15

Open leowang7 opened 5 years ago

leowang7 commented 5 years ago

Hi,

I am kind of new to pytorch, did anyone know which script should I run in order to predict 2D or 3D landmarks for a given facial image? or should I write a new testing code and use the model such as "2DASL_checkpoint_epoch_allParams_stage2.pth.tar" for this task?

Thanks a lot!

XgTu commented 5 years ago

@leowang7 Hi, for the landmark plotting, you may check for the project 3DDFA, thx!

antithing commented 4 years ago

Hi @leowang7 , I am also stuck trying to run this code on an image and plot the landmarks. Are you able to share your code? thanks!