lkeab / gaussian-grouping

[ECCV'2024] Gaussian Grouping for open-world Anything reconstruction, segmentation and editing.
https://arxiv.org/abs/2312.00732
Apache License 2.0
679 stars 42 forks source link

3D space gaussian clustering question #54

Open smileyenot983 opened 2 months ago

smileyenot983 commented 2 months ago

Is this approach extendable into 3D gaussian-level clustering of gaussian. I mean without identity-alpha bleding and convolutional classifier layer. For example, if I would like to create a map where key - track_id received from DEVA and values are the ids of gaussians

smileyenot983 commented 2 months ago

Upd. I found out that same conv network can be applied to 3d points as the input dimensionality(by default=16) is same. Issue might be closed