-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto Scene Discretization #7
Comments
Hi, Hongchi! Sorry for the late reply and thanks a lot for your interest! We haven't implement the scene discretization in this code base. In order to do this, you could try to apply clustering methods (like HDBScan) on the resulting semantic vectors of each Gaussian point. |
Hi, thanks for the hint! I wonder if I use HDBScan to cluster each Gaussian point, how to render segmentation masks with cluster ID? Meanwhile what's the parameters setting for HDBScan? Thanks! |
|
Hi!
Thanks for your great work! It's really amazing to see such great segmentation results. I wonder whether you have also implemented this automatically scene discretization in this code base?
The text was updated successfully, but these errors were encountered: