./retargeting
├── README.md
├── amass.npy
├── h36-real.npy
├── trans.py
├── vis-amass.py
├── vis-h36.py
└── vis-retar-h36.pyThe *.npy file should be downloaded from Google Drive.
Please run the code:
python trans.pyIt will retarget AMSSS from amass.npy to retargeted.npy.
Please run the code:
python vis-{DATA}.pyThe 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