GaussianSplatting.jl
GaussianSplatting.jl copied to clipboard
Gaussian Splatting algorithm in Julia language
Results
2
GaussianSplatting.jl issues
Sort by
recently updated
recently updated
newest added
Thank you for this very interesting Julia implementation of the original Gaussian Splatting algorithm. I wonder if there are any gain or drop in speed/quality.
I had downloaded a colmap dataset and tried to use it in `gui` function. But it seems to be working but the CUDA is always says out of memory. I...