-
Notifications
You must be signed in to change notification settings - Fork 0
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
How to extract the gaussians of a specific query object? #4
Comments
Hi, Thank you for your interest in our work! What would be the input for segmentation—visual input (e.g., point prompt, scribbles, mask) or a text query?
Once you obtain the 3D scores, you can define how to process them using your own evaluation protocol (which should subclass I hope this helps! Please feel free to reach out if you need more details on adapting our code to your specific use case. |
Thanks for your comprehensive response! I would really appreciate it if you could provide an example of deleting or extracting 3D objects from a custom scene. The most useful approach would likely involve using CLIP with a textual prompt. Ideally, with a clean Gaussian splatting scene like in your demo. It would take me some time to implement this myself, but I’m guessing you could do it really fast, and it would be super beneficial for a lot of people! Anyway, great work! |
Also, where can I get the 3D scores in the code? And use it to prune the gaussians? Thanks |
Hey,
I’d like to use your method with my own custom scene.
How can I run object segmentation on my custom scene and extract the Gaussians of a specific query object?
Thanks for your great work!
The text was updated successfully, but these errors were encountered: