PKU-MoCCA / MuscleVAE

26 stars 3 forks source link

Can TrackSomthing.py track different motion? #2

Open InckieUltra opened 2 weeks ago

InckieUltra commented 2 weeks ago

Your work is amazing. I tried to retarget a dance animation clip from lafan1 to the MuscleVAE model, and changed the animation path in Parameters and NNMmodel config. But the track process failed. So can MuscleVAE track a new animation? Or did I do something wrong?

InckieUltra commented 1 week ago

It seems that blender rotate the model along global X. Now the rotation problem is solved, but the skeleton limbs scales very long. 屏幕截图 2024-10-10 164254 I wonder how to properly retarget the bvh motion. Thks very much.

wangchek commented 1 day ago

Hi @InckieUltra , thank you for your attention. The MuscleVAE engine do take into considerations of the translation of the BVH files. So if your offsets between joints are incompatible with the orignal ones which likes BVH files here https://raw.githubusercontent.com/PKU-MoCCA/MuscleVAE/refs/heads/main/Data/ReferenceData/walk_run_jump/lafan_run.bvh, the muscles will be treated wrongly. So please pay attention to the offsets beween joints. And make sure that the offsets are calculated in a local way.