May I ask about definition of FLAME canonical space x_0. Where can I find the definition? I did not find the definition in the paper of Flame too.
Why, at first, point cloud looks so deformed in canonical space a, n_c? What is canonical space a, n_c? While the point cloud with recognizable face and proportions are called as Deformed space a, n_d?
Could you give a hint how to get FLAME model for considered person? You keep flame_params.json, what kind of parameters do you keep there? Can i make up flame model from this file?
The FLAME canonical model x_o is defined to be the model of the subject with an average facial expression and an open-mouth pose.
The x_c space is where we learn the point cloud. We jointly learn canonical offsets with the point cloud, so that after adding the canonical offsets, the point cloud transforms into the FLAME canonical space, which is meaningful. The x_c space doesn't have a meaning by itself. Canonical v.s. deformed refers to whether frame-specific expression deformations are added.
Yes you can. flame_params.json contains the FLAME expression, pose and identity parameters, which are everything you need to obtain the flame model.
May I ask about definition of FLAME canonical space x_0. Where can I find the definition? I did not find the definition in the paper of Flame too.
Why, at first, point cloud looks so deformed in canonical space a, n_c? What is canonical space a, n_c? While the point cloud with recognizable face and proportions are called as Deformed space a, n_d?
Could you give a hint how to get FLAME model for considered person? You keep flame_params.json, what kind of parameters do you keep there? Can i make up flame model from this file?