Skip to content

Releases: nerfstudio-project/gsplat

v1.5.3

04 Jul 16:25
937e299

Choose a tag to compare

Highlights

gsplat.rasterization now supports render a batch of scenes in one pass. [In addition to its original support of rendering a batch of cameras per scene]

What's Changed

New Contributors

Full Changelog: v1.5.2...v1.5.3

v1.5.2

13 May 08:57
32f2a54

Choose a tag to compare

Highlights

  • 3DGUT is integrated. Now distorted cameras are supported, along with rolling shutter.
  • 2DGS now supports camera gradients (camera pose).
  • full nerfstudio-style viewer supported in the repo.
  • PyPI package fix.

What's Changed

New Contributors

Full Changelog: v1.5.1...v1.5.2

v1.5.1

18 Apr 07:50
c8f048f

Choose a tag to compare

Highlights

New exporter python api: from gsplat import export_splats, supprts three exporting formats (#628, #640):

  • .ply: A standard PLY file format. Supported by most viewers.
  • .splat: A custom Splat file format. Supported by antimatter15 viewer.
  • .ply_compressed: A compressed PLY file format. Used by Supersplat viewer.

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0

04 Apr 17:48
a148287

Choose a tag to compare

Highlights

  • 3.5x faster compilation (4m19s -> 1m22s) via code refactoring.
  • up to 25% faster rasterization function via more accurate GS-tile intersection.
  • support CUDA fused Adam Optimizer with mask support (from gsplat.optimizers import SelectiveAdam)

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

27 Sep 05:31
4d3a3b6

Choose a tag to compare

Highlights

  • support 2DGS
  • Camera model: perspective, orthogonal, fish-eye
  • Start to support pre-built wheels (python 10)

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

23 Aug 19:20
507f26e

Choose a tag to compare

Highlight

  • Support 3DGS Compression
  • Support orthographic projection
  • Support TanksAndTemples Dataset
  • Various Bug Fix

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

03 Aug 07:27
7816033

Choose a tag to compare

Highlight

Multi-GPU distributed rasterization is supported! E.g. 4 GPUs could lead to more than 3x speedup as well as 3x less memory usage at the same time.

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.2.0

v0.1.13

01 Aug 19:49

Choose a tag to compare

Full Changelog: v0.1.12...v0.1.13

v1.1.1

19 Jul 16:43
5fc940b

Choose a tag to compare

What's Changed

hot fix

Full Changelog: v1.1.0...v1.1.1

v1.1.0

17 Jul 23:37
9979ed6

Choose a tag to compare

Highlight

Multiple densification strategies are now supported in gsplat, including

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0