Skip to content

ytixu/Human_Motion_Embedding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Human Motion Embedding

Dependencies

Quickstart

  1. Clone this repo and download the dataset in exponential map
git clone https://github.com/ytixu/Human_Motion_Embedding.git
cd Human_Motion_Embedding
mkdir data
cd data
wget http://www.cs.stanford.edu/people/ashesh/h3.6m.zip
unzip h3.6m.zip
rm h3.6m.zip
cd ..
  1. Preprocess data
  • Downsample from 50fps to 25 fps
  • Convert to euler angle or cartesian coordinates, or keep in exponential map
cd src/utils
python data_preprocessing.py

Default conversion to euler angle. See input options for other parameterizations and for visualization of the motions.

  1. Run
python train.py -m VL_RNN
  1. Plot results
python viz_training_curves.py -p ../../out/vl_rnn/<OUTPUT LOG FILE NAME>

About

[Not maintained]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published