Highlights
- support 2DGS
- Camera model: perspective, orthogonal, fish-eye
- Start to support pre-built wheels (python 10)
What's Changed
- Update build workflow by @liruilong940607 in #369
- fix (apparant) typos in compression docs by @christian-helms in #370
- eval supports multi-GPU by @liruilong940607 in #371
- correct a typo to fix #373 by @jckhng in #383
- Add option to render camera trajectory as an ellipse. by @jefequien in #380
- Add an option to disable world space normalization in examples/simple_trainer.py by @JojiJoseph in #379
- Fix points projection when sampling patches for training by @nnop in #386
- fix reshape error when multi GPU bachsize > 1 not packed by @Ultized in #382
- Fix typo by @cr333 in #392
- Make download script work on Windows, too by @cr333 in #397
- Fused differentiable SSIM by @rahul-goel in #396
- 2DGS by @FantasticOven2 in #208
- citation.bib by @maturk in #400
- Implement Bilateral Guided Gaussian Splatting. by @jefequien in #291
- Bump fused-ssim commit by @liruilong940607 in #405
- Update rendering.py by @liruilong940607 in #407
- Update CITATION.bib by @cr333 in #410
- Make commands easier in README by @MrNeRF in #420
- Implement Fisheye-GS. by @jefequien in #398
- Publish precompiled wheels in Github release and add wheel index by @martinResearch in #365
- 1.4.0 by @liruilong940607 in #421
- fix workflow by @liruilong940607 in #422
- Workflow fix by @liruilong940607 in #423
New Contributors
- @christian-helms made their first contribution in #370
- @jckhng made their first contribution in #383
- @JojiJoseph made their first contribution in #379
- @nnop made their first contribution in #386
- @Ultized made their first contribution in #382
- @cr333 made their first contribution in #392
- @rahul-goel made their first contribution in #396
- @FantasticOven2 made their first contribution in #208
- @MrNeRF made their first contribution in #420
- @martinResearch made their first contribution in #365
Full Changelog: v1.3.0...v1.4.0