muelea / selfcontact

CVPR 2021 - Official code repository for the paper: On Self-Contact and Human Pose.
https://tuch.is.tue.mpg.de
Other
84 stars 6 forks source link

Using SelfContact while training with AMASS dataset #6

Closed GuyTevet closed 3 years ago

GuyTevet commented 3 years ago

SelfContact supports SMPL and SMPLX models. Is it possible to use it while training with AMASS dataset (i.e. on top of SMPLH layer)?

Many thanks!

muelea commented 3 years ago

SMPL-H has the same topology as SMPL. That means that the segmentation and geodesic distances are also equal and that you can use the SMPL essentials for SMPL-H as well.

GuyTevet commented 3 years ago

Cool! Thanks:)