gaussian-splatting
gaussian-splatting copied to clipboard
Original reference implementation of "3D Gaussian Splatting for Real-Time Radiance Field Rendering"
Are these errors and warnings important? ``` D:\3DGS\viewers>.\bin\SIBR_gaussianViewer_app -m D:\3DGS\output_truck\output [SIBR] -- INFOS --: Initialization of GLFW [SIBR] -- INFOS --: OpenGL Version: 4.6.0 NVIDIA 560.94[major: 4, minor: 6] [SIBR]...
why the SIBR_viewer link is return 404?
Hello, I am reaching my 16gb ram limit on my tesla t4 with just loading 60 images of 1200x1600 resolution. I am finding it odd that some people can load...
Hi, I’m working on a project where I need to retrieve the indices of all Gaussians that contribute to a given pixel in the rendered image. For example, for pixel...
The URL pointing to another project in [`LICENSE.md`](https://github.com/graphdeco-inria/gaussian-splatting/blob/54c035f7834b564019656c3e3fcc3646292f727d/LICENSE.md?plain=1#L89) is broken: https://github.com/graphdeco-inria/gaussian-splatting/blob/54c035f7834b564019656c3e3fcc3646292f727d/LICENSE.md?plain=1#L89 which renders as: > Project code: https://github.com/Po-Hsun-Su/pytorch-ssim\ causing the broken link. The easy solution here is to add a...
The latest [gaussian-splatting] repository code I use, and then diff-gaussian-rasterization uses a 3dgs_accel branch, which doesn't report errors during training, but the loss value doesn't decrease, and the training results...
Hey there, I have a gaussian model and I want to freeze some of the first n gaussians while optimizing the rest. To do that, I do the following: ```...
Is the image data captured by fisheye cameras supported now? If so, how exactly is it operated