EricGuo5513 / HumanML3D

HumanML3D: A large and diverse 3d human motion-language dataset.
MIT License
780 stars 76 forks source link

how can we perform more data augmentation? #50

Open sukun1045 opened 1 year ago

sukun1045 commented 1 year ago

Hi, Sorry, I am a little bit new to this area. I am wondering how to augment the current HumanML3D data by simply concatenating the same or different motion sequences together. For example, 'jumping jack four times.' Is it possible to achieve that? And how exactly? Thank you.

EricGuo5513 commented 1 year ago

Hi, now worries. This may bring up disconinuity at the transition between two motions. In our text2motion work, we choose to randomly cut off a few frames at the beginning/end, which cause small variation for augmentation. I guess one thing you could do is slow down/speed up the motions like the work MotionPuzzle.

sukun1045 commented 1 year ago

Thanks for your reply. I am also wondering if I try to do some kind of augmentation by changing the fps from 20 to another number like 60, how should I do that in the data processing?