PyTorch implementation for Pose-to-Motion: Cross-Domain Motion Retargeting with Pose Prior.
To setup a conda environment use these commands
conda env create -f environment.yml
conda activate pose2motion
Download the data from here and extract it to the root directory of the project.
To train the model for mixamo dataset, run the following command
python run_all_wgan_mixamo.py
check out user_study.md for more details.
Code takes inspiration from CycleGAN, Adversial Parametric Pose Prior and Deep-Motion-Editing.