snap-research / articulated-animation

Code for Motion Representations for Articulated Animation paper
https://snap-research.github.io/articulated-animation/
Other
1.23k stars 349 forks source link

Guess you did not use SVD result within the Network? #51

Open xiejiachen opened 2 years ago

xiejiachen commented 2 years ago

It seems the results u and v from SVD given by
region_params['u'] = u region_params['d'] = d from region_generator.py does not participated with the training process?