chaitanya100100 / TailorNet

Code for our CVPR 2020 (ORAL) paper - TailorNet: Predicting Clothing in 3D as a Function of Human Pose, Shape and Garment Style.
https://virtualhumans.mpi-inf.mpg.de/tailornet/
Other
408 stars 67 forks source link

neutral model to gendered model #30

Closed defunct-ff closed 3 years ago

defunct-ff commented 3 years ago

Hi, I use a human mesh reconstruction tool that infers based on the SMPL neutral model. Is there any way that I can convert the parameters to fit the gendered model(s) that is used by Tailornet?

chaitanya100100 commented 3 years ago

Pose parameters(theta) are same for neutral and gendered SMPL model. Shape parameters(beta) are specific. I am not aware of any other public method that does the conversion that you ask. However, there is an adhoc way. TailorNet deals with only first two shape parameters. First parameter usually deals with height and second parameter deals with width of the body. So one can define some heuristic to transfer beta parameters from neutral to gendered male or female model (by observation and trial and error). Closing the issue since it's out of scope of this repository.