Skip to content

github-anonymous-submission/pose2motion_submission

Repository files navigation

Pose-to-Motion: Cross-Domain Motion Retargeting with Pose Prior - submission

PyTorch implementation for Pose-to-Motion: Cross-Domain Motion Retargeting with Pose Prior.

Set up environment

To setup a conda environment use these commands

conda env create -f environment.yml
conda activate pose2motion

Download data

Download the data from here and extract it to the root directory of the project.

Training

To train the model for mixamo dataset, run the following command

python run_all_wgan_mixamo.py

User Study

check out user_study.md for more details.

Acknowledgement

Code takes inspiration from CycleGAN, Adversial Parametric Pose Prior and Deep-Motion-Editing.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages