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

Can I use it to create a face with other pose? #87

Open HaoLiuHust opened 5 years ago

HaoLiuHust commented 5 years ago

I wonder if I can use it to create multi pose from a face? I want to use it to augument my face recognition project

ileniTudor commented 5 years ago

you can take a look here: https://github.com/YadiraF/face3d/blob/master/examples/3_transform.py

cleardusk commented 5 years ago

@HaoLiuHust I AM wondering if this augmentation style will do any benefits to face recognition, welcome for your response!

HaoLiuHust commented 5 years ago

@cleardusk I want to create another poses to aug the face recognition model to pose invariant

HaoLiuHust commented 5 years ago

@ileniTudor thanks, I have try it, seems only face region will be rotated, what if I want to a full head pose?