Skip to content

Releases: JuliaNeuralGraphics/GaussianSplatting.jl

v1.2.0

31 Dec 19:25
ef3bdaf

Choose a tag to compare

GaussianSplatting v1.2.0

Diff since v1.1.0

Support for Apple GPU with Metal.jl.

julia> using Metal; kab = MetalBackend() # for Apple GPU
julia> GaussianSplatting.gui(kab, "path-to-colmap-dataset-directory"; scale=1)

Merged pull requests:

v1.1.0

24 Dec 09:52

Choose a tag to compare

GaussianSplatting v1.1.0

Diff since v1.0.2

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

24 Dec 09:52

Choose a tag to compare

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.

v1.0.2

18 Dec 19:29

Choose a tag to compare

GaussianSplatting v1.0.2

Diff since v1.0.1

Closed issues:

  • Not working (#28)

v1.0.1

31 May 16:19

Choose a tag to compare

GaussianSplatting v1.0.1