sha2nkt / deco

Estimate vertex-level 3D human-scene and human-object contacts across the full body mesh
https://deco.is.tue.mpg.de/
Other
58 stars 4 forks source link

UV map of contact extraction #2

Closed antonagafonov closed 8 months ago

antonagafonov commented 8 months ago

Hi, Until now I only ran the inference.py , and got some results, a great and useful paper.

I am wondering, were I need to edit your code to get the UV map of contact.

Thanks

AA

sha2nkt commented 8 months ago

DECO outputs contact as 6890 per-vertex labels on the SMPL template mesh. You can use these labels along with the SMPL/SMPL-X UV maps provided by the SMPL/SMPL-X website along with the vertex labels from DECO to get colored UV maps for contact. Currently, we don't support this feature in the DECO repository but feel free to open a PR.