zhangy76 / PhysMoP

Code repository for Incorporating Physics Principles for Precise Human Motion Prediction
MIT License
23 stars 3 forks source link

Question about dataset preparation #2

Closed hlinhn closed 6 months ago

hlinhn commented 7 months ago

Thank you for your work!

I have a question about AMASS data preparation. In AMASS.py you deleted joint 9, 10, why is this done? When I checked AMASS data format it should correspond to spine3 and left_foot, is that correct or have I missed something?

https://github.com/zhangy76/PhysMoP/blob/85c235e4c2562e7d2efda4ff0dda94c7283f885e/AMASS.py#L82

Another side question is how are the rest of the datasets processed (H3.6M, 3DPW)? Is it also smoothed out the same way AMASS is? Thank you for your help!

zhangy76 commented 7 months ago

Thanks. Joint 9,10 actually correspond to the foot joints. They do not contribute to the overall motion trajectory. We hence ignore them during implementation.

Yes, the same smoothing is applied when preprocessing all the other data.

zhangy76 commented 6 months ago

Close due to inactivity. Feel free to reopen.