MarekKowalski / FaceSwap

3D face swapping implemented in Python
MIT License
732 stars 206 forks source link

Question mean3DShape #15

Open gigadeplex opened 6 years ago

gigadeplex commented 6 years ago

Maybe a silly question but how did you calculate mean3DShape? because they are not the same as the vertices on the wfm

MarekKowalski commented 6 years ago

Hi,

The mean3DShape should be the same as the Candide neutral face as far as I remember. In the issue below I am posting a link to the piece of code that generated the mean3DShape and the blendshapes: https://github.com/MarekKowalski/FaceSwap/issues/11#issuecomment-384419157

Marek