gaussian-splatting
gaussian-splatting copied to clipboard
Original reference implementation of "3D Gaussian Splatting for Real-Time Radiance Field Rendering"
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.  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. ...
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...