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/
392 stars 54 forks source link

limb_norm() related issue #11

Open RahhulDd opened 3 years ago

RahhulDd commented 3 years ago

Hi @yzhq97, I am facing issue regarding the limb normalisation. I have been trying to normalise each to the limb lengths in scale between 0-1. But it seems that it is not straight forward. I have till now understood that limb normalisation requires multiple dependents of joints to be normalised. But limb_norm(x_a,x_b) takes two different motions to scale x_a according to target x_b skeleton structure. How can I scale limbs between 0-1 since I am not trying to adjust structure according to target skeleton by using limb_norm()?