tr3e / InterGen

[IJCV 2024] InterGen: Diffusion-based Multi-human Motion Generation under Complex Interactions

Home Page:https://tr3e.github.io/intergen-page/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NPY Processed Motion Representation

jwgreens opened this issue · comments

Hello! First, let me thank you for your paper and released code/dataset!

I was wondering if you could share the precise format of the '.npy' files in motions_processed.

I understand from preprocess.py you append the joint positions and rotations.

I'm curious where joint velocities and foot-ground features are located within the file format, as well as other pertinent info.

Thanks!

It is in process_motion_np( ).

Thank you for pointing me in the right direction! That's exactly what I needed.