gaussian-splatting
gaussian-splatting copied to clipboard
Original reference implementation of "3D Gaussian Splatting for Real-Time Radiance Field Rendering"
**Error description:** I had this error `subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1` popped up when I was trying to install submodules/diff_gaussian_rasterization and submodules/simple-knn using the following command:...
I have a camera path that has a custom camera sensor size, not 36mm. Is there a way to change what the viewer expects?
After I finished extracting frames from my video, I ran convertible. py, but in the end, there were only three bin files in the sparse/0 folder and no ply file....
Hello, I have a question, I do not understand well what is the difference between ColMAP dataset and NeRF synthetic dataset ? In the NeRF synthetic dataset, is it alrealdy...
The link is [simple_knn_illustration](https://github.com/shuyueW1991/simple_knn_illustration.git).
Does not support pybrain3 :) Please rectify before this project could be useful.
Hello, Can I ask you how do you install colmap on Ubuntu 20.04 from a dockerfile so it is being used in a non interactive environment ? Thanks
Hi, First of all, thank you very much for open-sourcing such excellent work. I've been working on a point cloud densification process, and I noticed that during the cloning of...
Hi, Thanks for the great work! I tried to install the environment on Windows with cuda 12.5 but failed to compile the submodules. (sorry for the long logs) ``` (GS)...
hello, 1. I add a gpu number argument in `ModelParams` class. 2. In order to save GPU memory, I cancelled the loading of img to GPU when creating the camera,...