Rubikplayer / flame-fitting

Example code for the FLAME 3D head model. The code demonstrates how to sample 3D heads from the model, fit the model to 3D keypoints and 3D scans.
http://flame.is.tue.mpg.de/
718 stars 108 forks source link

How to bring optimized parameter into FLAME Blender model? #37

Open iwanao731 opened 1 year ago

iwanao731 commented 1 year ago

Now I inserted beta and pose parameters onto FLAME Blender addon model. However the mesh was not exactly same with FLAME lbs result. It seems "pose_param" is not working correctly.

I suppose that "pose_params" have 6 float values, and rodrigues vector (x,y,z) for "root" and "jaw" in order. Therefore, I simply converted into euler(as radius), and set the vector for each bone (as rotation_euler) on Blender FLAME.

Do you have any idea to solve it?

Junkiii commented 10 months ago

Have you found a way to insert fitted params into blender add-on ?