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

Hi, thanks for your amazing code work, we are able to access to W2C matrix(= [self.world_view_transform](https://github.com/graphdeco-inria/gaussian-splatting/blob/main/scene/cameras.py#L86)) here. However, the code for the function ```getWorld2View2``` is very tricky; [The function](https://github.com/graphdeco-inria/gaussian-splatting/blob/main/utils/graphics_utils.py#L38) that...

My platform is RTX3090, while the top fps is 60.00 when I visualize the trained model. How can I unlock the constraint of GPU and reach the maximum performance?

I used the code from [**`[gaussian-splatting-Windows](https://github.com/jonstephens85/gaussian-splatting-Windows)`**,](https://github.com/jonstephens85/gaussian-splatting-Windows) however, I met the error below. After successfully running **`python convert.py-s data/....`** on my split dataset, I moved on to the **training** part. However,...

Hello, I've followed https://github.com/henrypearce4D advice on adding VS path to env variables, but I ran into this error: ``` (base) C:\Users\evebo\gaussian-splatting>git submodule update --init --recursive Submodule path 'submodules/diff-gaussian-rasterization': checked out...

I hope to improve the training beyond 15000 steps, but each improvement requires starting from scratch, which is very time-consuming. I hope to use the command-line parameters provided by train.py...

I hope this message finds you well. I have been using the 3dgs library for training and aligning 3D geospatial models in the Earth-Centered, Earth-Fixed (ECEF) coordinate system. While experimenting...

![Image](https://github.com/user-attachments/assets/dcce28f0-ad2b-4ebe-b17a-01585f2a615f) You can see that the memory is only used for a very small portion, and there is no problem running the same data on a single gpu machine, why...

[SIBR] -- INFOS --: Initialization of GLFW [SIBR] ## ERROR ##: FILE /data1/hn/gaussian/gaussian-splatting/SIBR_viewers/src/core/graphics/Window.cpp LINE 30, FUNC glfwErrorCallback X11: The DISPLAY environment variable is missing terminate called after throwing an instance...

Hello, first of all, thank you for your contributions and sharing. I ran convert.py to process over a hundred images in the original resolution and got an error: , But...

Why, when the image resolution is adjusted by factors of 2, 4, or 8 and the image size is reduced, are the camera's intrinsic parameters not adjusted, especially the values...