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

I Have download the pre-built binaries for Windows [here](https://repo-sam.inria.fr/fungraph/3d-gaussian-splatting/binaries/viewers.zip). but the error is : ![image](https://github.com/user-attachments/assets/9d1dc0a4-3d49-4858-bce6-bed3aa03fa7b)

Is there any way to do it? someone could point the way I need to follow to do it? Thanks

Thanks a lot for your excellent work ! I'm trying to add Meta's Segment Anything Model to the repo, but some anomalies appear during my personally added rendering process which...

unable to pip install diff-gaussian-rasterization Below is the error log. Any help is appreciated. Processing ./submodules/diff-gaussian-rasterization Preparing metadata (setup.py) ... done Building wheels for collected packages: diff_gaussian_rasterization Building wheel for...

added docker file and docker-compose.yaml for automating environments with docker

Thanks a lot for your excellent work ! In table1, there is an evalution metric of Mem. ![image](https://github.com/graphdeco-inria/gaussian-splatting/assets/74137557/f4b0cec8-a909-4b6d-b72d-51ff046025cc) I guess the Mem is the size of the point_cloud.ply, but i...

Hello, I'm experiencing an issue when trying to run a Python script within the VSCode terminal using a Conda environment, and I'm hoping someone might be able to help me...

In the loss_utils.py: Updated the function ssim(), the optimized version of ssim() is ssim_optimized(), which reduce the computational complexity. After modified, the function create_window() just need to be called once...

Processing ./gaussian-splatting/submodules/diff-gaussian-rasterization Preparing metadata (setup.py) ... done Building wheels for collected packages: diff-gaussian-rasterization Building wheel for diff-gaussian-rasterization (setup.py) ... error error: subprocess-exited-with-error × python setup.py bdist_wheel did not run successfully....

Hello, I am interested in utilizing Gaussian splatting exclusively with depth maps and point clouds, without incorporating RGB information. Consequently, I need to modify the existing codebase to function with...