You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For MorphableModels that contain a PCA expression model, we have to decide whether morphablemodel::get_mean() should return the combined identity + expression mean. If yes, that would mean that the result probably wouldn't be a neutral face.
The text was updated successfully, but these errors were encountered:
Changed this in b8be436 to return the overall, combined mean now. I think that's the more sound way.
If someone wants the obtain the neutral-only shape mean, they can use get_shape_model().get_mean() and sample_to_mesh.
For
MorphableModel
s that contain a PCA expression model, we have to decide whethermorphablemodel::get_mean()
should return the combined identity + expression mean. If yes, that would mean that the result probably wouldn't be a neutral face.The text was updated successfully, but these errors were encountered: