caizhongang / SMPLer-X

Official Code for "SMPLer-X: Scaling Up Expressive Human Pose and Shape Estimation"

Home Page:https://caizhongang.github.io/projects/SMPLer-X/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unity model binding

ZeusFunk opened this issue · comments

Hello, I saw a related video on YouTube, and I want to ask how to model the inference results of the model to a model in Unity? This should be very interesting. Is there any expert who can offer some help? Thank you.

Hi @ZeusFunk , we currently do not support such a feature in this open-source repo.

Hi @ZeusFunk ! I recommend you first try the official SMPL-X demo for Unity, which can be downloaded from the official SMPL-X website. Surely this workshop will help you.

Then, I recommend you to get somehow the blendshapes and keypoints of this project.
I suggest you to see first this other workshop, that can help you with this.

Finally you would have to reproduce in Unity those values applied to the SMPL-X model you want.

Greetings! :D