IDEA-Research / Motion-X

[NeurIPS 2023] Official implementation of the paper "Motion-X: A Large-scale 3D Expressive Whole-body Human Motion Dataset"
https://motion-x-dataset.github.io
Other
548 stars 15 forks source link

AIST motions error #10

Closed sohananisetty closed 12 months ago

sohananisetty commented 12 months ago

Hi! When I try to visualize AIST motions they appear to have some problem. In my custom visualizer the other motion dataset appear like this: (In this example from GRAB) grab

But the AIST motions appear like this: aist

Can you please recheck the aist motions?

linjing7 commented 12 months ago

Hi, which motion clip do you visualize?

sohananisetty commented 12 months ago

aist/subset_0000/Dance_Break_3_Step_clip_1.npy and aist/subset_0000/Dance_Break_3_Step.npy. But this was the case with other aist moions too.

linjing7 commented 12 months ago

Hi, could you please share me with your visualization script? We have visualized AIST motion. There does not exist the problem you show. Here is our visualization result of AIST_subset_0000. You can have a check.

linjing7 commented 12 months ago

Hi, we found the problem. AIST is the multi-view dataset and we need to rescale the translation. We perform the rescaling operation in our visualization and training dataloader. We have added this processing script in the latest commit. Please pull the latest code and perform the rescaling operation following this instruction. Sorry for the mistake.

sohananisetty commented 12 months ago

Thanks. Works now

Run542968 commented 4 months ago

Hi, @sohananisetty. May I ask where you got the AIST dataset from, the latest download link lacks AIST content (both motion and text). Looking forward your reply!