Skip to content

Releases: nerfstudio-project/gsplat

v0.1.3

25 Jan 19:01
2e6ae0e

Choose a tag to compare

What's changed

  • Alpha rendering and supervision with return_alpha flag in rasterize.py
  • Fix bug with 0 gaussians in view

v0.1.2.1

10 Jan 00:57
0c305ab

Choose a tag to compare

What's Changed

  • Fixing latent issue with single intersection
  • API update: Function.apply() will be deprecated soon. It's recommend to directly call the python functions. The full list of updates:
    • ProjectGaussians.apply -> project_gaussians
    • RasterizeGaussians.apply / NDRasterizeGaussians.apply -> rasterize_gaussians
    • BinAndSortGaussians.apply -> bin_and_sort_gaussians
    • ComputeCumulativeIntersects.apply -> compute_cumulative_intersects
    • ComputeCov2dBounds.apply -> compute_cov2d_bounds
    • GetTileBinEdges.apply -> get_tile_bin_edges
    • MapGaussiansToIntersects.apply -> map_gaussian_to_intersects
    • SphericalHarmonics.apply -> spherical_harmonics

v0.1.1

29 Dec 22:14
9b56b47

Choose a tag to compare

A few small fixes:

  • Build might stuck if Ninja got interrupted with a lock file uncleaned.
  • Assert in ND Rasterization.

v0.1.0

13 Dec 20:44
dbd0cab

Choose a tag to compare

Highlights

Support ND features for Gaussians.