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
500 stars 37 forks source link

How to export a clustered gaussian model? #37

Open synaldoh opened 1 month ago

synaldoh commented 1 month ago

I see render.py, but it exports a video as far as I understand. And there is edit_object_removal.py which can export a ply with specific object with id removed.

My question is how to export a segmented gaussian model, or how to export a set of labels, where each label corresponds to a splat index in the ply file.

Thanks!