yzhq97 / transmomo.pytorch

This is the official PyTorch implementation of the CVPR 2020 paper "TransMoMo: Invariance-Driven Unsupervised Video Motion Retargeting".
https://yzhq97.github.io/transmomo/
391 stars 54 forks source link

How to generate 3D pose #20

Open Alouette98 opened 3 years ago

Alouette98 commented 3 years ago

Hi! I've noticed in the paper that the 2D pose can be generated by projecting 3D into 2D, and the retargeting inference that the repo provides is 2D pose generation. I wonder if there are functions which can directly generate 3D pose(which means every point has x,y,z coordinate instead of x,y). Thanks a lot!