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

Stacktrace ``` c++ -MMD -MF /zfs/aditya/workspace/gaussian-splatting/submodules/diff-gaussian-rasterization/build/temp.linux-x86_64-cpython-311/ext.o.d -DNDEBUG -g -fwrapv -O3 -Wall -march=x86-64 -mtune=generic -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python/src=/usr/src/debug/python -flto=auto -ffat-lto-objects -march=x86-64 -mtune=generic -O3 -pipe...

C:\Users\aphixe\anaconda3\envs\gaussian_splatting\lib\site-packages\torch\cuda\__init__.py:106: UserWarning: NVIDIA GeForce RTX 4080 with CUDA capability sm_89 is not compatible with the current PyTorch installation. The current PyTorch install supports CUDA capabilities sm_37 sm_50 sm_60 sm_61 sm_70...

D:\3DGS\gaussian-splatting>python train.py -s data -m data/output Traceback (most recent call last): File "D:\3DGS\gaussian-splatting\train.py", line 16, in from gaussian_renderer import render, network_gui File "D:\3DGS\gaussian-splatting\gaussian_renderer\__init__.py", line 14, in from diff_gaussian_rasterization import GaussianRasterizationSettings,...

I tried to make some modifications to diff-gaussian-rasterization, adding a backpropagation. However, an error will be reported halfway through the operation. I would like to know how to open the...

Hello, I checked the code and found that there is an all-zero matrix screen_point(means2D), which is used to store the gradient of the two-dimensional Gaussian ellipsoid, but when propagating forward,...

the output file is only contain the information of all splats,but the information of the whole model does not exist,such as the center or the axial direction of the 3DGS...

The following error always occurs when installing this module, please ask which expert can give a solution ``conda activate gaussian_splatting (gaussian_splatting) root:/splatter-image-main# pip install submodules/diff-gaussian-rasterization/ Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Processing...

Building the SIBR viewer was successful, but cmake fails when installing the target seemingly due to use of deprecated FFMPEG functions. Curious if anyone else building SIBR from source on...

Is there a rendering method based on webGL or webGPU?

**Describe the bug** The multi-view image I generated by myself cannot be reconstructed by colmap. The image pixels are 576*576, and the quality is ok. **My own picture display** ![frame_0](https://github.com/colmap/colmap/assets/71957622/790cfe68-2095-4862-8a84-302cf7427d70)...