gaussian-splatting
gaussian-splatting copied to clipboard
Original reference implementation of "3D Gaussian Splatting for Real-Time Radiance Field Rendering"
Hi! I noticed that in the cameras.py script, you invert the world view transform before computing the camera center: [` self.camera_center = self.world_view_transform.inverse()[3, :3] `](https://github.com/graphdeco-inria/gaussian-splatting/blob/472689c0dc70417448fb451bf529ae532d32c095/scene/cameras.py#L57) If I understand correctly, this...
torch.Size([72902, 3]) [04/07 20:49:20] selected_pts_mask [04/07 20:49:20] tensor([False, False, False, ..., False, False, False], device='cuda:0') [04/07 20:49:20] selected_pts_mask.shape [04/07 20:49:20] torch.Size([72902]) [04/07 20:49:20] stds [04/07 20:49:20] tensor([], device='cuda:0', size=(0, 3))...
I don't know if there is a way to solve this problem? After starting SIBR_viewers on Ubuntu 20, a reminder appears: ``` Error Using Interop This application tries to use...
The viewer seems to rotate randomly when I only use WASD. In the video I only press W and then D. Has anyone an idea why this happens? Also, IJKL...
``` windows-11 , cuda-12.1 , pytorch-2.2 cv2.error: OpenCV(4.9.0) D:\a\opencv-python\opencv-python\opencv\modules\imgproc\src\imgwarp.cpp:1744: error: (-215:Assertion failed) dst.cols < SHRT_MAX && dst.rows < SHRT_MAX && src.cols < SHRT_MAX && src.rows < SHRT_MAX in function 'cv::remap'...
Hi. Thanks for great work. I'm kinda diving into "Gaussian Splatting", and I now have awful graphics in my computer. So I'm setting up whole new computer, it seems 4090...

I want to read RGB information from point_cloud.ply, which represents 3D Gaussian. Are the expressions of f_dc_0, f_dc_1, and f_dc_2 R, G, and B? Then what do you mean by...
Hello, I am trying to use cultural video platforms such as Runway to reconstruct scenes through 3DGS, but some of the results are very poor. Is it a problem with...
with [ K=c10::DispatchKey, V=std::list ] ninja: build stopped: subcommand failed. Traceback (most recent call last): File "D:\Anaconda\envs\gaussian_splatting\lib\site-packages\torch\utils\cpp_extension.py", line 1893, in _run_ninja_build subprocess.run( File "D:\Anaconda\envs\gaussian_splatting\lib\subprocess.py", line 526, in run raise CalledProcessError(retcode,...