cleardusk / 3DDFA_V2

The official PyTorch implementation of Towards Fast, Accurate and Stable 3D Dense Face Alignment, ECCV 2020.
MIT License
2.9k stars 511 forks source link

question about the file "keypoints_sim.npy" #55

Open Amoswish opened 3 years ago

Amoswish commented 3 years ago

Thanks for your awesome works, I found that in 3ddfa "utils/params.py" 14 row has "keypoints = _load(osp.join(d, 'keypoints_sim.npy')) ". This can get 68 keypoints from dense vertices in 3ddfa . I test the 3ddfa 3d model's dense vertices shape is (3,52215) , but in 3ddfa_v2 model's dense vertices shape is (3,38365) . this cause bugs in 3ddfa_v2 . how can I solve this problem ?

Amoswish commented 3 years ago

I found that in 3ddfa_v2/bfm/bfm.py 34 row