Anttwo / SuGaR

[CVPR 2024] Official PyTorch implementation of SuGaR: Surface-Aligned Gaussian Splatting for Efficient 3D Mesh Reconstruction and High-Quality Mesh Rendering
https://anttwo.github.io/sugar/
Other
2.36k stars 182 forks source link

Simultaneous editing of Gaussian and mesh #192

Open zero-joke opened 6 months ago

zero-joke commented 6 months ago

Thanks for your great work! After joint refine, I care whether there is a correspondence between all Gaussians and the mesh. If I want to edit to move part of the mesh, is there a way for me to find the corresponding Gaussian and let it move accordingly?