enriccorona / SMPLicit

Implementation for the paper SMPLicit: Topology-aware Generative Model for Clothed People (CVPR 2021)
http://www.iri.upc.edu/people/ecorona/smplicit/
Other
281 stars 29 forks source link

Question about Pose Dependent Deformation #24

Open SeanHoang2203 opened 1 year ago

SeanHoang2203 commented 1 year ago

Hi,

Thanks for the amazing work and especially for open-sourcing the code.

I read from the paper that SMPLicit also trained an auto-encoder to generate realistic pose dependent deformation of clothes when draped over the SMPL body. However, I don't really see this part reflected in the code. Instead, from my understanding, the code finds the correspondence of garment mesh with SMPL body model and then transform the mesh accordingly.

Is this intended? Or did you find simply deform the clothes meshes with skinning function and weights from SMPL good enough?

Thanks.