eddyhkchiu / pose_forecast_wacv

29 stars 7 forks source link

Action-Agnostic Human Pose Forecasting

WACV 2019

Hsu-kuang Chiu, Ehsan Adeli, Borui Wang, De-An Huang, Juan Carlos Niebles

https://arxiv.org/abs/1810.09676

Dependencies

The code is written in the following environment:

Human 3.6M Dataset: Download the code, the datasets, and the model checkpoints

git clone https://github.com/eddyhkchiu/pose_forecast_wacv
cd pose_forecast_wacv

mkdir data
cd data

wget http://www.cs.stanford.edu/people/ashesh/h3.6m.zip
unzip h3.6m.zip
rm h3.6m.zip

wget https://eddyhkchiu.github.io/share/Penn_Action_Pose.tar.gz
tar xvzf Penn_Action_Pose.tar.gz 
rm Penn_Action_Pose.tar.gz

cd ..

Human 3.6M Dataset: Evaluation using the checkpoints to reproduce the performance numbers of the paper

Human 3.6M Dataset: Training new models from scratch:

Penn Action Dataset: Evaluation using the checkpoints to reproduce the performance numbers of the paper

Penn Action Dataset: Training new models from scratch: