zjp-shadow / CharacterGen

[SIGGRAPH'24] CharacterGen: Efficient 3D Character Generation from Single Images with Multi-View Pose Canonicalization
Apache License 2.0
580 stars 46 forks source link

How did you achieve auto-rigging? #29

Open RuiqingTang opened 2 weeks ago

RuiqingTang commented 2 weeks ago

Hi, Your work is truly impressive, but I'm curious about how you achieved the auto-rigging. I want this generated model to play my own animations.

zjp-shadow commented 1 week ago

We just use mixamo and accurig to get the skeleton and skin weight. BTW, we are doing a new work to achieve auto-rigging on these models. :)

RuiqingTang commented 1 week ago

Wow! Your new work is really wonderful! Are you planning to open source the new work?