Jumpat / SegAnyGAussians

The official implementation of SAGA (Segment Any 3D GAussians)
Apache License 2.0
550 stars 40 forks source link

How get segmentated object only? #97

Open soohyoen opened 1 month ago

soohyoen commented 1 month ago

Hi, I'm surprised by your awesome research and code.

I want to save only segmentated objects. How I do this?

Jumpat commented 1 month ago

Hello, thank you. To get the segmented objects you need to check the precomputed_mask.pt. This file is a binary mask which indicates whether a 3D Gaussian belong to the target of interest. With this mask you can cut out the object from the whole 3D GS model. You can check the .segment() function for more information.

L1n2hang commented 1 month ago

image image c34996ab1cb72c17c977a4ef658d6c93 94457415b1ba4a300c626d2d02e95a87

Jumpat commented 1 month ago

This seems a little weird. I wonder what target(s) is segmented. Does the rendered image looks normal after segmentation?