Walter0807 / MotionBERT

[ICCV 2023] PyTorch Implementation of "MotionBERT: A Unified Perspective on Learning Human Motion Representations"
Apache License 2.0
1k stars 120 forks source link

About global root transl #103

Closed zy-meng closed 10 months ago

zy-meng commented 10 months ago

Hi, thanks for the amazing work!

I run infer_wild_mesh.py and use J_regressor in SMPL_NEUTRAL.pkl to get 24 joints psitions, the performance is great, but the root seems to be fixed at about (0, 0, 0). If I want to get joint positions in global corridnate, should I run infer_wild.py and select the root position as global transl?

Walter0807 commented 10 months ago

Thanks for your interest in our work. Yes, this is the logistics in the provided demo.