@inproceedings{wei2020his,
title={History Repeats Itself: Human Motion Prediction via Motion Attention},
author={Wei, Mao and Miaomiao, Liu and Mathieu, Salzemann},
booktitle={ECCV},
year={2020}
}
Acknowledgments
The overall code framework (dataloading, training, testing etc.) is adapted from 3d-pose-baseline.
Skeleton-based human motion prediction. This source code is originally referenced from 《History repeats itself:human motion prediction via motion attention》(ECCV 2020).
History Repeats Itself: Human Motion Prediction via Motion Attention
This is the code for the paper
Wei Mao, Miaomiao Liu, Mathieu Salzmann. History Repeats Itself: Human Motion Prediction via Motion Attention. In ECCV 20.
Dependencies
Get the data
Human3.6m in exponential map can be downloaded from here.
Directory structure:
AMASS from their official website..
Directory structure:
3DPW from their official website.
Directory structure:
Put the all downloaded datasets in ./datasets directory.
Training
All the running args are defined in opt.py. We use following commands to train on different datasets and representations. To train,
Evaluation
To evaluate the pretrained model,
Citing
If you use our code, please cite our work
Acknowledgments
The overall code framework (dataloading, training, testing etc.) is adapted from 3d-pose-baseline.
The predictor model code is adapted from LTD.
Some of our evaluation code and data process code was adapted/ported from Residual Sup. RNN by Julieta.
Licence
MIT
从命令行创建一个新的仓库
从命令行推送已经创建的仓库