Juyong / 3DFace

This repository contains the dataset including the pair of 2D face image and its corresponding 3D face geometry model.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inconsistency with BFM model?

YuDeng opened this issue · comments

Hi, your work is great! I've downloaded your Exp_Pca.bin and try to use it to generate expressions. I wonder why the point number is 53215 while the original BFM model has 53490 vertex. Could you show which vertex do you preserve. Besides, can you include the Eigen value of expression bases in the model?

Hi, we delete the inner mouth vertices following 3DDFA. You could get the index from their sharing code. Attached are std values for expression bases.
std_exp.txt

great Exp

Hello! Where can I download Exp_Pca.bin?

Hi, you can download the CoarseData.zip. The expression PCA basis are within it.

commented

Hi, I got a version of 3dmm(which also used in 3DDFA) which uses 199 dimension vector for shape and 29 dimension for the expression. The paper said this project uses 100 dimension for shape, I wonder how can i can get the shape basis which used in this project(shape can get from Exp_Pca.bin :) ).

hello!I have a problem which I want to ask for help.The basic shape parameters of BFM is 199,but the parameters in your paper is only 100 for shape.How can we correspond them to get the shape of model?

Hi, I got a version of 3dmm(which also used in 3DDFA) which uses 199 dimension vector for shape and 29 dimension for the expression. The paper said this project uses 100 dimension for shape, I wonder how can i can get the shape basis which used in this project(shape can get from Exp_Pca.bin :) ).

Hello,I have encounter the same question like you.Have you solved the question?

hello!I have a problem which I want to ask for help.The basic shape parameters of BFM is 199,but the parameters in your paper is only 100 for shape.How can we correspond them to get the shape of model?

hi, we just use the first (left) 100 components of the 199 components.

hello!I have a problem which I want to ask for help.The basic shape parameters of BFM is 199,but the parameters in your paper is only 100 for shape.How can we correspond them to get the shape of model?

hi, we just use the first (left) 100 components of the 199 components.

thank you!I will have a try~

hello!I have a problem which I want to ask for help.The basic shape parameters of BFM is 199,but the parameters in your paper is only 100 for shape.How can we correspond them to get the shape of model?

hi, we just use the first (left) 100 components of the 199 components.

What about the expression coefficient part?

Hi,
Where can i find the triangulation of the mesh?
I tried using the ones from 3DDFA but they were not good...
Thanks