Download pretrained models and prepare datasets
main1. Pretrained Models
Download the pre-trained models for motion reconstruction, text-to-motion, and motion control using:
bash prepare/download_pretrained_models.shModels are stored in experiments_recons, experiments_t2m, and experiments_control.
2. Datasets
For text-to-motion tasks, you need the HumanML3D dataset. Follow the HumanML3D setup guide and then copy the processed dataset to the MotionLCM repository:
cp -r ../HumanML3D/HumanML3D ./datasets/humanml3dNote: If you want to test quickly without a full dataset, you can download a tiny version:
bash prepare/prepare_tiny_humanml3d.shbash prepare/download_pretrained_models.sh