autonomousvision / gaussian-opacity-fields

Gaussian Opacity Fields: Efficient and Compact Surface Reconstruction in Unbounded Scenes
https://niujinshuchong.github.io/gaussian-opacity-fields/
Other
572 stars 27 forks source link

Whether or not there is a bounding box parameter for extracting the mesh #64

Open Get-h1gh opened 5 days ago

Get-h1gh commented 5 days ago

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.

niujinshuchong commented 4 days ago

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.