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.93k stars 944 forks source link

Texture application on other 3d face layout. #156

Open ujjawalcse opened 4 years ago

ujjawalcse commented 4 years ago

Thank you very much making this repository public. It's very helpful. When i'm trying to apply the generated texture on my own face mesh, The position of nose,eyes,mouths etc are not getting on the right place. My question is that :- I have a different mesh for face on which i want to apply the generated texture. What can i change in code so that i can get ride off this issue.

johndpope commented 3 years ago

python demo.py -i Test -o Test2 --isDlib True --isTexture True

where Test is the input folder / Test2 output folder.

you should get a corresponding texture map for that image. If you have new image - generate new texture.