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

The processes are almost success, but the viewer app has an error. Any one know how it happens and how to settle it? ![error](https://github.com/graphdeco-inria/gaussian-splatting/assets/63394674/0ef48f7f-3a55-466c-905e-2ec6dbd70079)

Hello, thanks for your excellent work ! I'm currently working on some additions to the 3DGS repo, namely integrating the segment anything module. In order to proceed I need some...

I ran into a problem when running convert.py, which caused the computer to crash and restart if it had more than about 20 images. 300 G of RAM remained in...

Hi, I have done running `render.py` and `metrics.py`, but meet some errors when using cmake to build the SIBR viewer. Could you help me to fix this problem? My device:...

![image](https://github.com/graphdeco-inria/gaussian-splatting/assets/130142345/d16199f8-855a-4dc4-9254-16ea8c215cd9) Hello, I have modified some codes related to spherical harmonic coefficients, but the results are very bad, there are slender black gauss and become very fuzzy, I am a...

When using nerf/instant-ngp before, each pixel of its image is actually represented by the starting point and end point of each ray(ray_o and rays_d) when rendering. It uses create_meshgrid() to...

hk@Hk:/SIBR_viewers$ cmake -Bbuild . -DCMAKE_BUILD_TYPE=Release CMake Warning at CMakeLists.txt:21 (message): Untested version of cmake. If you checked everything is working properly, please update 3.18.4 in the main CmakeLists.txt with the...

![Uploading Screenshot from 2024-07-03 15-04-58.png…]()

Hardware and Nvidia driver info: ``` +---------------------------------------------------------------------------------------+ | NVIDIA-SMI 535.154.05 Driver Version: 535.154.05 CUDA Version: 12.2 | |-----------------------------------------+----------------------+----------------------+ | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |...

Hello. I run my custom project where I use GS rasterizer. Sometimes I encounter this problem (it happens with a random interval, usually during the second epoch, nonetheless it happens...