Garfield-kh / TM2D

[ICCV 2023] TM2D: Bimodality Driven 3D Dance Generation via Music-Text Integration
75 stars 3 forks source link

How do you show a character model like bailando #5

Open Ohahehe opened 9 months ago

Ohahehe commented 9 months ago

When I run the visualization, all I can see is the skeleton model of the character. But I want to see the character model demonstrated in Project bailando. Can you help me? Thank you very much.

Garfield-kh commented 9 months ago

The model is download from mixamo And it is rendered by UNITY The character need to be driven by axis-angle, which need to be convert from global joint position by IK-joints2smpl You have to know how to use unity on this.

Ohahehe commented 5 months ago

The model is download from mixamo And it is rendered by UNITY The character need to be driven by axis-angle, which need to be convert from global joint position by IK-joints2smpl You have to know how to use unity on this.

I have now done what you said, and I found that it will generate frame by frame smpl model from my animation. But I want a complete animation process, do I want to use unity to integrate these smpl models into one animation, or? I'm really sorry I don't know how to use UNITY very well. Thank you very much.

Garfield-kh commented 4 months ago

yes we use unity for the animation, but the detail is done by others. You may need to explore from other project. some avatar related.