Hi, thanks for your awesome work!!!
How can I obtain 3DMM coefficients (i.e., p_mou, p_ebro...) from image/video?
Or is there any reference code for this?
Hi, you can obtain facial expression parameters in the following steps:
Applying and downloading one 3D facial model with mean face and shape bases (BFM, LSFM etc .).
Discarding their orthogonal expression bases (eigenvectors) because it is not interpretable.
Sculpturing interpretable expression bases. You can follow our expression bases (we show in supplementary materials and youtube video https://youtu.be/t1QRJmpIesQ) or sculpture your own reasonable bases.
For each video, regress facial expression parameters with eq.(2) in the paper.
You can employ one technical artist to sculpture expression bases and refer to this repo to reconstruct 3D face.
Hi, thanks for your awesome work!!! How can I obtain 3DMM coefficients (i.e., p_mou, p_ebro...) from image/video? Or is there any reference code for this?
Thank you in advance.