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

I'm using g++ 13.3, and haven't found any way to install ```diff-gaussian-rasterizer``` submodule without manually lowering my gcc version. Since I have no ```sudo``` privilege I am not able to...

![image](https://github.com/graphdeco-inria/gaussian-splatting/assets/98499594/61583c4a-6d8a-4a88-9c54-3ec15030d322) It is so weird why my installation failed at here. gaussian-splatting/SIBR_viewers/src/./projects/remote/json.hpp:3954:14: fatal error: filesystem: No such file or directory #include < filesystem > My environment is ubuntu 2204 cmake...

2025-03-27 09:08:20,819 INFO [test_real_data.py:61] Loading checkpoint from D:/GPS-Gaussian-main/GPS-Gaussian-main/checkpoints/GPS-GS_stage2_final.pth ... 2025-03-27 09:08:20,918 INFO [test_real_data.py:64] Parameter loading done 0%| | 0/450 [00:00

I am working in a Conda environment located at D:\Library\model\gaussian_splatting, where I successfully created and configured the environment. After preparing and storing cropped images in the following directory structure, I...

When I render the scene and get the depth map, I can get the depth value of each pixel. How can I use these depth values and the xy coordinates...

Thank you for your effort in this paper. I want to know how to calculate the Metric of Mem, as Table 1 in the paper. I tried memory-profiler for cpu...

Because `network_gui `using `MiniCam` lacks the properties used when opening train_test_exp, a simple fix for connection errors is performed first

(gaussian_splatting) aozai720@aozai720-MS-7E13:~/Research/gaussian-splatting$ python train.py -s Data/train Optimizing Output folder: ./output/f07fb106-0 [22/11 10:59:06] Tensorboard not available: not logging progress [22/11 10:59:06] Reading camera 301/301 [22/11 10:59:06] Loading Training Cameras [22/11 10:59:06]...

## Issue summary The training relies on PIL to resize the input images and extracts the resized alpha to mask the rendered image during training. Since PIL pre-multiplies the resized...