autonomousvision / gaussian-opacity-fields

Gaussian Opacity Fields: Efficient and Compact Surface Reconstruction in Unbounded Scenes
https://niujinshuchong.github.io/gaussian-opacity-fields/
Other
559 stars 26 forks source link

No texture or verter color #24

Closed yang1hu closed 1 month ago

yang1hu commented 1 month ago

Hi! thanks for your great project! I find that when i get the mesh, i cannot get verter color or texture. is there any things i can do to get the color

Shhfdsdf commented 1 month ago

i saw some other methods use texture to get the color ,like Gaussian Studio,and Sugar seems like use UV to get the color

niujinshuchong commented 1 month ago

Hi, we have return the rendered color of each points during opacity evaluation. You can check it out here https://github.com/autonomousvision/gaussian-opacity-fields/blob/main/gaussian_renderer/__init__.py#L215

yang1hu commented 1 month ago

Hi, we have return the rendered color of each points during opacity evaluation. You can check it out here https://github.com/autonomousvision/gaussian-opacity-fields/blob/main/gaussian_renderer/__init__.py#L215

when i generate the mesh,if i can make a simple modification to get the color on the verter

niujinshuchong commented 1 month ago

Hi, I just added mesh texturing. Please pull the latest code and extract the mesh with --texture_mesh.