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

Environment: Win11-24H2 AMD-R9-5900 RTX-3080 `nvidia-smi` show CUDA 12.8 `nvcc --version` show "cuda_11.8.r11.8/compiler.31833905_0" visual studio community 2022 17.13.3 anaconda 24.9.2 Pre-Action: cd /path/to/gaussian_splatting conda env create --file=environment (pip install component success...

Building wheel for diff_gaussian_rasterization (setup.py) ... error error: subprocess-exited-with-error × python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [7 lines of output] running bdist_wheel running build...

**Describe the bug** On run pre-built SIBR_gaussianViewer_app.exe: ```bash .//bin/SIBR_gaussianViewer_app -m ``` I've got System error - cudart64_12.dll not found **Screenshots** This error is similar to the one reported in colmap:...

(gaussian_splatting) C:\Users\bct.dfs\g33dv>python convert.py -s data/chair E20250405 12:17:26.395493 13596 cudacc.cc:59] CUDA error at D:\a\colmap\colmap\src\colmap\util\cuda.cc:57 - CUDA driver version is insufficient for CUDA runtime version ERROR:root:Feature extraction failed with code 1. Exiting.

Hi, I rendered the depth map based on the latest version of the code. When the depth map was projected to the point cloud, there was a problem that multiple...

Hi, thank you for your great work on this project! I’m working with the get_scales function and noticed a possible inconsistency in depth map normalization. The code divides invmonodepthmap by...

(gaussian_splatting) PS E:\MyCode\3DGaussian-Splatting\gaussian-splatting\submodules\diff-gaussian-rasterization> python setup.py install running install C:\Users\linxc\.conda\envs\gaussian_splatting\lib\site-packages\setuptools\_distutils\cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See...

I've tried many different kinda approaches to **`pip install submodules/simple-knn`**, **`pip install submodules/diff-gaussian-rasterization`**, and **`pip install submodules/fused-ssim`**. However it doesn't work. So I try the way from another model: https://github.com/NVlabs/InstantSplat...

Hi GS community, I'm trying to filter gaussians by size to get rid of the giant gaussians that tend to get in my scene during the training. To get a...

I am training the model for lego scene from nerf-sythetic dataset. Here is ow the result looks like. Render ![Image](https://github.com/user-attachments/assets/3e121241-6ca5-4939-af6c-a8771481af47) GT ![Image](https://github.com/user-attachments/assets/14e7814c-34e2-40a1-9e0d-e465261325de) My setup: Code version: most recent comment. Cuda:...