cleardusk / 3DDFA

The PyTorch improved version of TPAMI 2017 paper: Face Alignment in Full Pose Range: A 3D Total Solution.
MIT License
3.61k stars 653 forks source link

some questions in Face Profiling matlab code #204

Open lyyiangang opened 3 years ago

lyyiangang commented 3 years ago

I have some questions about the face profiling code. function ImageMeshing need vertex_full and vertexm_full as inputs. My question is :

  1. what's the vertex_full and vertexm_full mean? and where they come from?
  2. how can I generate both values If I want to use your matlab code?

vertex_full:

vertex_full

vertexm_full:

vertexm_full

It seems that you fit BFM face model to a head model and make an offset from vertex_full to vertexm_full.

rlczddl commented 2 years ago

hi,do you know the answer now?

rlczddl commented 2 years ago

image What is the main operation of this function? Is it to complete 3dmm into a complete model with back brain?

lyyiangang commented 2 years ago

image What is the main operation of this function? Is it to complete 3dmm into a complete model with back brain?

It seems we need fit the face model with a head model. here is an example shows how to fit a BFM face model to FLAME head model. it should help you.