v1.3.0
Highlight
- Support 3DGS Compression
- Support orthographic projection
- Support TanksAndTemples Dataset
- Various Bug Fix
What's Changed
- Make sure the build directory exists. by @keunhong in #319
- docs: update README.md by @eltociear in #322
- Fix typo in examples/simple_viewer.py by @simo23 in #321
- Consolidate simple_trainer.py and simple_trainer_mcmc.py by @brentyi in #325
- Compressing gaussian splats by @jefequien in #309
- Simplify
tyro
usage insimple_trainer.py
by @brentyi in #332 - Cleanup C/CUDA code for C users by @liruilong940607 in #333
- Patch to make Strategy compatible with splatfacto by @kerrj in #334
- Fix minor typo by @zhiguotang5 in #342
- correct distCoeffs of SIMPLE_RADIAL by @Master-cai in #337
- Add np.random.choice fallback for many Gaussians exceeding torch.multinomial limits by @soskek in #338
- data parser for t&t dataset by @liruilong940607 in #347
- Added orthographic projection by @VladislavZavadskyy in #349
- Fix bug related to refine_scale2d and add pause_refine_after_reset to default strategy by @jb-ye in #354
- tt compression script by @liruilong940607 in #357
- Update to 1.3.0 by @liruilong940607 in #366
New Contributors
- @keunhong made their first contribution in #319
- @simo23 made their first contribution in #321
- @zhiguotang5 made their first contribution in #342
- @Master-cai made their first contribution in #337
- @soskek made their first contribution in #338
- @VladislavZavadskyy made their first contribution in #349
Full Changelog: v1.2.0...v1.3.0