svip-lab / impersonator

PyTorch implementation of our ICCV 2019 paper: Liquid Warping GAN: A Unified Framework for Human Motion Imitation, Appearance Transfer and Novel View Synthesis
https://svip-lab.github.io/project/impersonator
Other
1.73k stars 318 forks source link

How could you get the camera parameter for mixamo smpls #77

Open EricGuo5513 opened 3 years ago

EricGuo5513 commented 3 years ago

Hi, thanks for you interesting work.

In demo_imitator.py, you transfer motions from mixamo smpls (e.g. ./assets/samples/refs/mixamo) to images. I guess these motions are obtained from Adobe Mixamo https://www.mixamo.com/#/?page=1&type=Motion%2CMotionPack. I notice there is a 3d camera parameters for each frame in the result.pkl file. Do you have any idea ehre this parameter come from?

Thanks in advance.