csbhr / FFHQ-UV

The official repository of our CVPR2023 paper "FFHQ-UV: Normalized Facial UV-Texture Dataset for 3D Face Reconstruction".
MIT License
458 stars 46 forks source link

landmarks #51

Open Ediwna opened 1 year ago

Ediwna commented 1 year ago

Can i get the correct facial landmarks of the UV maps?

csbhr commented 1 year ago

We have provided the 68 3D landmarks on the HiFi3D++ mesh [here]. One can find the corresponding pixel position in the UV maps based on the UV coordinates.

There is an easier way. The semantics of each position in each UV map in FFHQ-UV are aligned. One can manually mark facial landmarks on one UV map, which can then be reused on each UV map.

Ediwna commented 11 months ago

I found the similarity_Lm3D_all.mat here! But this is in the mesh, how can i use the first way to find the corresponding pixel position in the UV maps based on the UV coordinates?