v1.5.1
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
- Update publish.yml by @liruilong940607 in #621
- faster fused-ssim by @MrNeRF in #622
- Added Gaussian Splat Exporters by @bolopenguin in #628
- Fix typo in strategy.rst code example by @buesma in #632
- Multiple small fixes by @liruilong940607 in #638
- slightly adjusting atol for test by @liruilong940607 in #639
- 🐛 Fix memory leak in exporters - splat2ply bytes by @mrcabellom in #640
- bump to 1.5.1 by @liruilong940607 in #641
New Contributors
- @bolopenguin made their first contribution in #628
- @buesma made their first contribution in #632
- @mrcabellom made their first contribution in #640
Full Changelog: v1.5.0...v1.5.1