./retargeting
├── README.md
├── amass.npy
├── h36-real.npy
├── trans.py
├── vis-amass.py
├── vis-h36.py
└── vis-retar-h36.py
The *.npy
file should be downloaded from Google Drive.
Please run the code:
python trans.py
It will retarget AMSSS from amass.npy
to retargeted.npy
.
Please run the code:
python vis-{DATA}.py
The DATA
should be amass
, h36
, and retar-h36
for AMASS dataset, Human3.6M dataset, and retargeted dataset respectively.
./retargeting
├── vis/*.png
├── README.md
├── amass.npy
├── h36-real.npy
├── retargeted.npy
├── trans.py
├── vis-amass.py
├── vis-h36.py
├── vis-retar-h36.py
└── vis.mp4