3D Segmented Result Viewer without SAGA GUI
Hi, I'm trying to display the segmented output, but because I'm using WSL Docker to install SAGA, I couldn't make the GUI to work. I have been able to extract the segmented output using the notebook, and finish the rendering process. However, I'm not sure how to display the result and which file need to be used for that. Also I noticed that the only segmented output is the selected object specified in the query index, so I'm wondering if I could display all the segmented result somewhere and showing all objects (not only the selected one).
Hi, this can be achieved through merging all selected object binary masks into one single .pt file.
Hi, this can be achieved through merging all selected object binary masks into one single .pt file.
I see, I'll try this. But there's no way of SAGA producing the *.ply file of only the segmented part at the moment? Or is there a flag that I missed during train contrastive feature?
Apparently you already answer here https://github.com/Jumpat/SegAnyGAussians/issues/97. I'll check it out.