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

Original reference implementation of "3D Gaussian Splatting for Real-Time Radiance Field Rendering"

Results 349 gaussian-splatting issues
Sort by recently updated
recently updated
newest added

Hi ! Does someone know how to adapt readCamerasFromTransform from dataset_readers so it works for NuScenes dataset ? Thank you very much !

I used A100 on the server to train the original resolution image (almost 5600*3600), with all parameters unchanged and 30,000 iterations. The result is blurrier than the image training that...

``` dist2 = torch.clamp_min(distCUDA2(torch.from_numpy(np.asarray(pcd.points)).float().cuda()), 0.0000001) MemoryError: std::bad_alloc: cudaErrorMemoryAllocation: out of memory ``` My graphics card is RTX8000 with 48GB of memory. I also looked at #740, reconfigured the environment, and...

(D:\Gaussian\gaussian-splatting\venv) D:\Gaussian\GaussianOcc\submodule\diff-gaussian-rasterization-confidence>SET DISTUTILS_USE_SDK=1 (D:\Gaussian\gaussian-splatting\venv) D:\Gaussian\GaussianOcc\submodule\diff-gaussian-rasterization-confidence>pip install -e . --no-build-isolation --no-deps Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com Obtaining file:///D:/Gaussian/GaussianOcc/submodule/diff-gaussian-rasterization-confidence Preparing metadata (setup.py) ... done Installing collected packages: diff_gaussian_rasterization DEPRECATION: Legacy editable install...

I solved the issue for Windows. First, download Visual Studio 2022 with the following configuration. ![WhatsApp Image 2024-08-12 at 14 54 14_5ce65819](https://github.com/user-attachments/assets/5f0b224b-a16e-49ff-b915-18eb809c851b) Please, make sure that you have already installed...

Hi, thank you for your awesome work. After training a model, I used SIBR viewer to render the trained model, but it does not show anything. ![Screenshot from 2024-08-17 18-19-36](https://github.com/user-attachments/assets/2001e07b-3459-4209-95bf-af7a920a96ab)...

Hello everyone, Has anyone meet such kind of error: ``` *** stack smashing detected ***: terminated Aborted (core dumped) ``` It happens in my case when simple-knn's function is called.

Thank you for your awesome work! When I write a dataloader for my own data, I meet some problems about c2w and w2c. To my knowledge, the code used in...

Thank you for your work. I create the python env using the given environment.yml. But I got the error during training. My platform is 20.04 ubuntu, and my cuda version...