yfeng95 / PRNet

Joint 3D Face Reconstruction and Dense Alignment with Position Map Regression Network (ECCV 2018)
http://openaccess.thecvf.com/content_ECCV_2018/papers/Yao_Feng_Joint_3D_Face_ECCV_2018_paper.pdf
MIT License
4.95k stars 947 forks source link

[alignment] Question: How to get alignment result (.obj on input-image) #57

Open cogito666 opened 6 years ago

cogito666 commented 6 years ago

Hello

Thanks for sharing your nice work. I tried your code last night. I could get ".obj" file which is face fitted model of the input image. I am a newbie to 3DMM. Is there any way to get the aligned image? (.obj on input-image) I want to make my video like the one you posted.

bayts commented 6 years ago

See https://github.com/YadiraF/PRNet/blob/master/demo.py

AviP1234 commented 6 years ago

I'm just a user but I recommend my solution: https://github.com/YadiraF/PRNet/issues/52