gaussian-splatting
gaussian-splatting copied to clipboard
Original reference implementation of "3D Gaussian Splatting for Real-Time Radiance Field Rendering"
#1198
``` python3 convert.py -s ../data/upload E0714 12:48:36.849566 106988 option_manager.cc:923] Failed to parse options - unrecognised option '--SiftExtraction.use_gpu'. ERROR:root:Feature extraction failed with code 256. Exiting. ``` Anyone has experienced this before?...
Would it be possible to move the vast majority of the training to the CPU and have smaller parts run on the GPU, i have a 3050ti with only 4GB...
My computer uses an NVIDIA A100 GPU with 80GB of memory. Why do I still get an "out of memory" error when loading the point cloud into GPU memory? [...
Hi all! Thank you for the great work and also open-sourcing it! I would like to have a question about training on very large scenes. A big advantage of this...
I change the Replica dataset to NeRFSythetic dataformat so that it can be input to 3DGS, the point_cloud i get is through Co-SLAM. When i run 3dgs i found the...
I followed all the instructions from the repo, and the procedures all seem fine with no errors. But the render outcomes seem weird. Below is my process of training and...
Hello, I encountered this problem when I was running convert.py in the leaves scene of the llff dataset, do you know how to solve it? Feature matching ============================================================================== I0629 14:34:55.949524...
Hi! It looks like the simple-knn is no longer available. The other two submodules are still available. Would it be possible to make the simple-knn submodule available again?
Hi, I am trying to use the SIBR viewer to render a .ply GS file. I do NOT have any colmap data of the scene. I think this is possible?...