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 408 gaussian-splatting issues
Sort by recently updated
recently updated
newest added
trafficstars

1. Trying to naively running it gives me the same error as https://github.com/graphdeco-inria/gaussian-splatting/issues/619: ``` [SIBR] -- INFOS --: Initialization of GLFW [SIBR] ## ERROR ##: FILE ../src/core/graphics/Window.cpp LINE 30, FUNC...

Does the point cloud generated by 3d gaussian splatting have real world dimensions? Can it be used for measurement?The length measurement results of the two generated point clouds in the...

hello, Thanks for the great works! I have a question about the camera randomness, it will be greatly appreciated if any reply. I did a experiment with shutdown the randomly...

After entering `cmake -Bbuild . -DCMAKE_BUILD_TYPE=Release` in ubuntu 20.04, I've got build errors as following. ``` -- The C compiler identification is GNU 9.4.0 -- The CXX compiler identification is...

I want to convert vertex color using the result " .ply" file. In " .ply" file, I checked "property float f_dc_0~1", "property float f_rest_0~44". But this values are -1.~ to...

Why is it necessary to keep images on the GPU? I have recently made a modification to load images onto the GPU only during training, and I can train with...

I have different datasets of different scenarios, And I noticed each required different parameter settings, Is there a way to find out which params suits well and which won't

Hello,everyone! I trained it on the NeRF-synthetic dataset, and it worked, and it rendered. But when I run **python metrics.py -m output/lego**, I get an error saying **Unable to compute...

Hi, I'm trying to use ground truth poses from a dataset ([ICL NUIM](http://redwood-data.org/indoor/dataset.html)) directly with a custom dataloader but with no success so far (see screenshot below). I'm loading the...