Stanford-TML / EDGE

Official PyTorch Implementation of EDGE (CVPR 2023)
https://edge-dance.github.io
MIT License
454 stars 68 forks source link

How can I visualize fbx file with music? #48

Open JJukE opened 3 weeks ago

JJukE commented 3 weeks ago

Thank you for your great work!

I'm exploring AIST++ dataset with your codes, and I wonder how can I visualize the fbx file with its conditioned music as in your project page.

I tried these two methods for visualization

First, if I convert the motion data (represented as SMPL parameters) into .fbx file, I can see the dance motion in Blender, but there's no music:

Screenshot_2024-11-11_22 00 36@2x

Second, if I follow your test.py, I can get both dance and music as .mp4 file, but it's just a skeleton as below:

Screenshot_2024-11-11_22 02 31@2x

Is there any method to combine .fbx file and .wav file with Blender or another one? Thank you very much!