v1.0.2
What's Changed
- fix: pixelated downscaled images by @ymtoo in #2866
- Add multi-processing support for cache_image. Fixed the issue of insufficient precision leading to a completely black image when converting from RGBA to RGB. by @KevinXu02 in #2867
- Enable always returning depth for Gaussian Splatting by @ethanweber in #2873
- Update viewer legacy docs by @brentyi in #2875
- Add default depth output when no gaussians visible by @chungmin99 in #2874
- Remove useless call to .with_suffix(""), which causes a bug if filename contains dots by @f-dy in #2882
- support generic TDataset in paralleldatamanager by @hturki in #2884
- [Fix] convert camera_idx to tensor by @tobiasfshr in #2890
- Fix benchmarking script camera optimizer argument by @gchhablani in #2899
- add zipnerf-pytorch as external method by @Jing1Ling in #2850
- Add transparency carving to splatfacto by @pa-la in #2889
- Fix an issue where gradient accumulation could not be passed as argument due to a type error. by @SharkWipf in #2910
- Implement new rasterization mode using opacity compensation factor by @jb-ye in #2888
- Switch default matching method for videos to 'sequential' in COLMAP by @kerrj in #2912
- Call rescale_output_resolution before early return by @pierotofy in #2897
- Make time slider effective in viewer (Fixes #2928) by @iSach in #2931
- Fixed ns_render dataset bug in splatfacto by @pa-la in #2917
- Update project, rasterize with block_width interface by @kerrj in #2937
- Full implementation of features for dynamic scenes into the Viser viewer. by @iSach in #2936
- fix crash when both mask and downscale_factor are set by @jinhwanlazy in #2920
- 1.0.2 by @kerrj in #2943
New Contributors
- @gchhablani made their first contribution in #2899
- @Jing1Ling made their first contribution in #2850
- @pa-la made their first contribution in #2889
- @jinhwanlazy made their first contribution in #2920
Full Changelog: v1.0.1...v1.0.2