-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Whether or not there is a bounding box parameter for extracting the mesh #64
Comments
Hi, you can use a bbox to filter the gaussian similar to here https://github.com/autonomousvision/gaussian-opacity-fields/blob/main/scene/gaussian_model.py#L392-L397 and you need to define the bbox your self. |
I tried your code related to filtering the gaussian, but it reported an error. What might be the reason? |
@qianjiating Hi, I think if you need to delete cells.pt file after changing the code to filter the Gaussian. |
I tested your code with my own dataset, and since the dataset is unbounded, I ended up with a very poor quality mesh. Therefore, I would like to define a bounding box to improve the quality. Now I don't know if the code contains the relevant parameters for the bounding box. If not, I need to define a bounding box myself.
The text was updated successfully, but these errors were encountered: