buaacyw / GaussianEditor

[CVPR 2024] GaussianEditor: Swift and Controllable 3D Editing with Gaussian Splatting
https://buaacyw.github.io/gaussian-editor/
Other
1.07k stars 54 forks source link

Code/Paper comprehension #44

Open wuyingxiong opened 6 months ago

wuyingxiong commented 6 months ago

Thanks for your work! In the paper we see such a sentence,“Gaussian semantic tracing is achieved by unprojecting 2D segmentation masks into 3D Gaussians and assigning each Gaussian a semantic tag”. Does this indicate that multi-view masks are used to initialize the semantic information of each Gaussian point,Specifically, the weight of each semantic. another question:Where is ”Gaussian tracing algorithm“ reflected in the code?