Expected data directory structure
mainThe processed data should be organized according to the following directory tree structure:
.
└── data/
├── motion3d/
│ └── MB3D_f243s81/
│ ├── AMASS
│ └── H36M-SH
├── motion2d/
│ ├── InstaVariety/
│ │ ├── motion_all.npy
│ │ └── id_all.npy
│ └── posetrack18_annotations/
│ ├── train
│ └── ...
└── ...