Skip to content

Latest commit

 

History

History

motion-retargeting

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Naive Motion Retargeting From AMASS to Human3.6M

🌲 File Tree (Before retargeting)

./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.

🔧 Perform Retargeting

Please run the code:

python trans.py

It will retarget AMSSS from amass.npy to retargeted.npy.

🎬 Visualization

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.

🌲 File Tree (After retargeting and visualization)

./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