SangHunHan92 / 2K2K

Official Code and Dataset for "High-fidelity 3D Human Digitization from Single 2K Resolution Images" (CVPR 2023 Highlight)
https://sanghunhan92.github.io/conference/2K2K/
Other
208 stars 5 forks source link

Convert mesh to obj and texture file #24

Open jinnan-chen opened 2 months ago

jinnan-chen commented 2 months ago

Hi thanks for great work! I want to convert the original ply mesh to obj and texture file, is it possible to provide some solutions? Thanks!

SangHunHan92 commented 2 months ago

If you don't mind the extracted UV map being random, I recommend this: https://github.com/jpcy/xatlas

However, this does not take into account the structure of the 3D human (e.g. head, hands, legs, etc. exist in specific positions at texture map)