Twin-Flow Axis Normalization for Human Motion Prediction
- PyTorch == 1.12
- Numpy
- CUDA == 11.6
- Easydict
- pickle
- einops
- scipy
- six
Download all the data and put them in the ./data
directory.
AMASS download the list (ACCAD, MPI_Limits, CMU, Eyes_Japan_Dataset, KIT, EKUT, TotalCapture, TCD_handMocap, BioMotionLab_NTroje) and we need SMPL+H G.
cd exp/h36m/position/
python train.py
cd exp/h36m/bone/
python train.py
cd exp/h36m/fusion/
python train.py
cd exp/amass_3dpw/position/
python train.py
cd exp/amass_3dpw/bone/
python train.py
cd exp/amass_3dpw/fusion/
python train.py
####CMU-Mocap
cd exp/cmu/position/
python train.py
cd exp/cmu/bone/
python train.py
cd exp/cmu/fusion/
python train.py
cd exps/h36m/fusion/
python test.py
cd exps/amass_3dpw/fusion/
python test.py
cd exps/cmu/fusion/
python test.py