Riga2 / TensoSDF

[SIGGRAPH 2024] TensoSDF: Roughness-aware Tensorial Representation for Robust Geometry and Material Reconstruction
MIT License
60 stars 3 forks source link

Export textured mesh #2

Open chethanchinderc opened 2 months ago

chethanchinderc commented 2 months ago

Thank you for the amazing codebase. I see that extract_mesh.py does not export texture along with the geometry. can you add or suggest steps to add texture along with the geometry ?

Riga2 commented 1 month ago

Thank you for the amazing codebase. I see that extract_mesh.py does not export texture along with the geometry. can you add or suggest steps to add texture along with the geometry ?

Hi, thank you for your interest in our project! Maybe you can refer to extract_materials_texture_map.py now, and we will add this feature soon.