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 can I use this code to generate depth map? #35

Open kwong292521 opened 2 years ago

kwong292521 commented 2 years ago

I am writing a network for face anti-spoofing which use depth map for auxiliary supervision. I see some works use PRNet to generate depth map, but I want to generate it through a 3DMM based way. I found this excellent work and I want to know that whether my idea could be available