Releases: JuliaNeuralGraphics/GaussianSplatting.jl
Releases · JuliaNeuralGraphics/GaussianSplatting.jl
v1.2.0
v1.1.0
GaussianSplatting v1.1.0
Breaking changes
- When launching GUI you now have to manually pass GPU backend:
using AMDGPU; kab = ROCBackend() # for AMD GPU
using CUDA; kab = CUDABackend() # for Nvidia GPU
GaussianSplatting.gui(kab, "path-to-colmap-dataset-directory"; scale=1)Merged pull requests:
v1.0.0
GaussianSplatting v1.0.0
This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.