gaussian-grouping icon indicating copy to clipboard operation
gaussian-grouping copied to clipboard

Gaussian Grouping for open-world Anything reconstruction, segmentation and editing.

Results 52 gaussian-grouping issues
Sort by recently updated
recently updated
newest added

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...

Thanks for sharing such high-level papers and projects! I am using the code provided by the project to reproduce the lerf figurines scene in the paper (that is, the display...

Thank you very much for your work, I got an error when I ran the code below as per your tutorial: ![image](https://github.com/lkeab/gaussian-grouping/assets/125104736/5b180cff-6f79-4a1e-aff6-b82faec31adc) The command I entered was: bash script/prepare_pseudo_label.sh lego...

![image](https://github.com/lkeab/gaussian-grouping/assets/154794435/6eb511af-a872-4e9f-ba07-7c68a43549fb) I would like to ask if the data set in the paper can be made public? And how can I reproduce the position-exchanging operation of two objects in the...

Hi, thanks for the work. I see the metric table in the paper, and it puzzles me to render relevancy map for Lerf, because Lerf doesn't provide how to render...

Hi, great work! How to get the total number of mask identities? In your `train.json` file, you pre-define the num_classes as 256. The num_classes should vary over different 3D scenes,...

Hi, Thanks for sharing this great project. I want to try run this project with my own dataset, but the training phased failed when calculating [object cross entropy loss](https://github.com/lkeab/gaussian-grouping/blob/5cb69d25212ae3bea7d70d0e94428c313deb1af7/train.py#L89). The...

Happy New Year! I use your provided bash script to train dataset bear. It cannot finish the whole training process and ternimates at about 6500 iterations even after i put...

Why training speed becomes slower and slower during the process? The GPU and CPU state seem to remain normal...

Hi, I'm trying to process a simple dataset with the DEVA module. However after only 2 images loaded I have the following error : ``` 2%|███ | 2/101 RuntimeError: CUDA...