Walter0807 / MotionBERT

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

About global trans #77

Closed haolyuan closed 1 year ago

haolyuan commented 1 year ago

I want to visualize the estimated SMPL mesh according to in-the-wild inference, MESH It seems that the model doesn't return transl and the SMPL mesh is fixed in each frame. I am confused what's the 3d-pose-results.npy means. Alphapose 3d results or MB output?

Walter0807 commented 1 year ago

It is the MB 3D pose output which is used to visualize the global root trajectory.