Jumpat / SegAnyGAussians

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

If use language-driven segmentation, load clip feature and original masks #117

Open Lydiatingting opened 1 week ago

Lydiatingting commented 1 week ago

Hello, I see the following comment in the "# Data and Model Preparation" section of the "prompt_segmenting.ipynb" file: "# If use language-driven segmentation, load clip feature and original masks". If I need to use language-driven segmentation, what adjustments should I make to the code? I would greatly appreciate your response.

Jumpat commented 1 week ago

Hi. The comment may be a little misleading. If you want to use language feature, you only need to set the following dataset.need_features = True

Lydiatingting commented 1 week ago

thank you! I'll give it a try right away