hbb1/2d-gaussian-splatting

Add Mask

li1u opened this issue · 6 comments

li1u commented

Hello, I'm sorry to bother you. How do you remove the background from the image? I inputted the corresponding mask image, but the result he rendered still includes the background

li1u commented

To be precise, I want to remove the background information from the reconstructed 3D model

same question

li1u commented

其实关键在于作者裁剪模型的时候不太对,你可以看一下gaussian_surfels的代码,把他的裁剪模型的部分弄到这个里面,我是成功了,效果挺好的

li1u commented

然后读取掩模数据的时候也需要注意下

hbb1 commented

I pack rgb with mask to be png images. The program will then treat the 4th channel as mask used for bounded TSDF fusion.

I pack rgb with mask to be png images. The program will then treat the 4th channel as mask used for bounded TSDF fusion.

In this way, can I directly use the RBGA image with the background removed to train?