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

Hello. I know that color of 3D Gaussian in this paper is represented by spherical harmonics (SH). By looking at `gaussian_splatting.py` I see there are two attributes of class `GaussianModel`:...

First, thanks for sharing great work. I have a question about a code in "densify_and_split" `new_scaling = self.scaling_inverse_activation(self.get_scaling[selected_pts_mask].repeat(N,1) / (0.8*N))` Why we need self.scaling_inverse_activation when split and initialization? Thanks.

Hi, Thank you for the wonderful work. I have referred to the previous post #161 , but here the number of generated points are less, not decrease. I captured 3k...

Hi everyone, I tried to build a docker container locally and an error occurred when running train.py. The descriptions are as follow: Start training [INFO] START TRAINING AT: 2024-03-25 10:46:14...

When I click on the link in the picture, it goes to page not found ![image](https://github.com/graphdeco-inria/gaussian-splatting/assets/89247297/b9fc1db3-d9c1-4310-b1a7-cf3fa8fda655) ![image](https://github.com/graphdeco-inria/gaussian-splatting/assets/89247297/c1c16e4f-04b0-46ba-b49b-4e695f11911f)

I wnnna to know that if I just used a point cloud dataset,could I use your 3d gaussian distribution to generate the point cloud?

I am facing the following error upon running the SIBR Viewer: ```shell ./SIBR_gaussianViewer_app -m //output/mipnerf360/room/ [SIBR] -- INFOS --: Initialization of GLFW [SIBR] ## ERROR ##: FILE /raid/ankit/manan/gaussian-splatting/SIBR_viewers/src/core/graphics/Window.cpp LINE 30,...

![img000001 - 副本 - 副本](https://github.com/graphdeco-inria/gaussian-splatting/assets/113656001/e6994dee-35a5-4289-8481-b22772a70572) ![img000026 - 副本 - 副本](https://github.com/graphdeco-inria/gaussian-splatting/assets/113656001/0b7206be-4160-448d-92f4-8b4b1c19c2f6) ![img000027 - 副本 - 副本](https://github.com/graphdeco-inria/gaussian-splatting/assets/113656001/d97231c6-d136-4af0-9b57-467839b9d424) ![img000033 - 副本 - 副本](https://github.com/graphdeco-inria/gaussian-splatting/assets/113656001/b559acb7-3117-4603-9113-5676592cd4a7) ![img000041 - 副本 - 副本](https://github.com/graphdeco-inria/gaussian-splatting/assets/113656001/5ad888fe-49a6-4b6f-82da-ef7f5986d5e1) ![img000042 - 副本 - 副本](https://github.com/graphdeco-inria/gaussian-splatting/assets/113656001/72c53f74-b6cc-486a-aff7-77cf590d2160)...

`[ 88%] Linking CXX executable SIBR_texturedMesh_app /usr/bin/ld: ../../../../core/video/libsibr_video.so: undefined reference to `aacEncEncode' /usr/bin/ld: ../../../../core/video/libsibr_video.so: undefined reference to `aacDecoder_Close' /usr/bin/ld: ../../../../core/video/libsibr_video.so: undefined reference to `aacEncoder_SetParam' /usr/bin/ld: ../../../../core/video/libsibr_video.so: undefined reference to `aacDecoder_GetStreamInfo'...