hassony2 / manopth

MANO layer for PyTorch, generating hand meshes as a differentiable layer
GNU General Public License v3.0
601 stars 104 forks source link

How to convert between different MANO parameters #34

Open dqj5182 opened 2 weeks ago

dqj5182 commented 2 weeks ago

I am trying to unify MANO parameters in a single format so that all MANO parameters can be processed by a single configuration of MANOLayer. Unfortunately, my data is not consistent. For example, they differ for use_pca, ncomps. How do I convert one MANO parameters with a specific use_pca, ncomps (e.g., use_pca=True, ncomps=6) to another MANO parameters with other use_pca, ncomps (e.g., use_pca=False, ncomps=45).