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

A problem about 8_generate_posmap_300WLP #89

Open zhongtao93 opened 5 years ago

zhongtao93 commented 5 years ago

Hi, Thank for sharing code and method! I met a trouble when create dataset. I use 8_generate_posmap_300WLP.py create some uv_pose_map.npy, but I found it can't be decode to .obj file correctly, but the pos_map created from author's pretrained model is correct. It's really strange that half of face is correct, The following two pictures is created from 8_generate_posmap_300WLP.py and decode it. wrong_obj tmp_texture_texture The following picture is created from author's pretrained model, it looks correct, which means my decode code can't go wrong. correct_obj

BW

hanyanghong86 commented 3 years ago

Hi,have you found the paper of the method generate position map?