Releases: nerfstudio-project/gsplat
Releases · nerfstudio-project/gsplat
v0.1.3
v0.1.2.1
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_gaussiansRasterizeGaussians.apply/NDRasterizeGaussians.apply->rasterize_gaussiansBinAndSortGaussians.apply->bin_and_sort_gaussiansComputeCumulativeIntersects.apply->compute_cumulative_intersectsComputeCov2dBounds.apply->compute_cov2d_boundsGetTileBinEdges.apply->get_tile_bin_edgesMapGaussiansToIntersects.apply->map_gaussian_to_intersectsSphericalHarmonics.apply->spherical_harmonics
v0.1.1
A few small fixes:
- Build might stuck if Ninja got interrupted with a lock file uncleaned.
- Assert in ND Rasterization.
v0.1.0
Highlights
Support ND features for Gaussians.