muelea / shapy

CVPR 2022 - Official code repository for the paper: Accurate 3D Body Shape Regression using Metric and Semantic Attributes.
https://shapy.is.tue.mpg.de/
319 stars 47 forks source link

Using Unity3d to fitted Mesh #57

Open AndreAhmed opened 1 month ago

AndreAhmed commented 1 month ago

. My current problem right now, Is I can fit the mesh in python to an image, as shown in the following figure. but The model output does have pose, and joints, vertices, and indices, and beta (shape parameters). My current problem right now Is If I send that model to Unity3D, how do I animate it, and use Mediapipe key points to animate it's bones ?