RozDavid / LanguageGroundedSemseg

Implementation for ECCV 2022 paper Language-Grounded Indoor 3D Semantic Segmentation in the Wild
98 stars 14 forks source link

Can I fetch individual objects from segmented point cloud? #24

Closed ayaan-mphasis closed 11 months ago

RozDavid commented 1 year ago

That's basically the task of instance segmentation. You can run our pretraining method and followed by the instance segmentation downstream task. After that you could filter for instance id, which will give you all the associated points for an individual object.

Hope this helps!

RozDavid commented 11 months ago

Closing this issue as seems to be answered - feel free to reopen if you have any more questions.