TimoBolkart / TF_FLAME

Tensorflow framework for the FLAME 3D head model. The code demonstrates how to sample 3D heads from the model, fit the model to 2D or 3D keypoints, and how to generate textured head meshes from Images.
http://flame.is.tue.mpg.de/
436 stars 78 forks source link

imgHQ00088_lmks.npy #67

Open zy123456123 opened 1 year ago

zy123456123 commented 1 year ago

hello,how to get imgHQ00088_lmks.npy?

Jimmy142857 commented 1 year ago

This file is an array storing 51 landmarks generating from numpy with the size of (51, 2 ), I tried to use FAN to get 68 landmarks but doesn't work :(

TimoBolkart commented 1 year ago

You can use FAN, but you need to ignore the first 17 landmarks, which correspond to the face boundary / jaw line of the face. The 51 landmarks represent only the landmarks within the face

zy123456123 commented 1 year ago

Ok,I will try. Thank you very much.