gaussian-splatting
gaussian-splatting copied to clipboard
Original reference implementation of "3D Gaussian Splatting for Real-Time Radiance Field Rendering"
I Have download the pre-built binaries for Windows [here](https://repo-sam.inria.fr/fungraph/3d-gaussian-splatting/binaries/viewers.zip). but the error is : 
Is there any way to do it? someone could point the way I need to follow to do it? Thanks
Thanks a lot for your excellent work ! I'm trying to add Meta's Segment Anything Model to the repo, but some anomalies appear during my personally added rendering process which...
unable to pip install diff-gaussian-rasterization Below is the error log. Any help is appreciated. Processing ./submodules/diff-gaussian-rasterization Preparing metadata (setup.py) ... done Building wheels for collected packages: diff_gaussian_rasterization Building wheel for...
added docker file and docker-compose.yaml for automating environments with docker
Thanks a lot for your excellent work ! In table1, there is an evalution metric of Mem.  I guess the Mem is the size of the point_cloud.ply, but i...
Hello, I'm experiencing an issue when trying to run a Python script within the VSCode terminal using a Conda environment, and I'm hoping someone might be able to help me...
In the loss_utils.py: Updated the function ssim(), the optimized version of ssim() is ssim_optimized(), which reduce the computational complexity. After modified, the function create_window() just need to be called once...
Processing ./gaussian-splatting/submodules/diff-gaussian-rasterization Preparing metadata (setup.py) ... done Building wheels for collected packages: diff-gaussian-rasterization Building wheel for diff-gaussian-rasterization (setup.py) ... error error: subprocess-exited-with-error × python setup.py bdist_wheel did not run successfully....
Hello, I am interested in utilizing Gaussian splatting exclusively with depth maps and point clouds, without incorporating RGB information. Consequently, I need to modify the existing codebase to function with...