v1.0.2
版本发布时间: 2024-02-23 04:59:05
nerfstudio-project/nerfstudio最新发布版本:v1.1.4(2024-08-29 05:10:27)
What's Changed
- fix: pixelated downscaled images by @ymtoo in https://github.com/nerfstudio-project/nerfstudio/pull/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 https://github.com/nerfstudio-project/nerfstudio/pull/2867
- Enable always returning depth for Gaussian Splatting by @ethanweber in https://github.com/nerfstudio-project/nerfstudio/pull/2873
- Update viewer legacy docs by @brentyi in https://github.com/nerfstudio-project/nerfstudio/pull/2875
- Add default depth output when no gaussians visible by @chungmin99 in https://github.com/nerfstudio-project/nerfstudio/pull/2874
- Remove useless call to .with_suffix(""), which causes a bug if filename contains dots by @f-dy in https://github.com/nerfstudio-project/nerfstudio/pull/2882
- support generic TDataset in paralleldatamanager by @hturki in https://github.com/nerfstudio-project/nerfstudio/pull/2884
- [Fix] convert camera_idx to tensor by @tobiasfshr in https://github.com/nerfstudio-project/nerfstudio/pull/2890
- Fix benchmarking script camera optimizer argument by @gchhablani in https://github.com/nerfstudio-project/nerfstudio/pull/2899
- add zipnerf-pytorch as external method by @Jing1Ling in https://github.com/nerfstudio-project/nerfstudio/pull/2850
- Add transparency carving to splatfacto by @pa-la in https://github.com/nerfstudio-project/nerfstudio/pull/2889
- Fix an issue where gradient accumulation could not be passed as argument due to a type error. by @SharkWipf in https://github.com/nerfstudio-project/nerfstudio/pull/2910
- Implement new rasterization mode using opacity compensation factor by @jb-ye in https://github.com/nerfstudio-project/nerfstudio/pull/2888
- Switch default matching method for videos to 'sequential' in COLMAP by @kerrj in https://github.com/nerfstudio-project/nerfstudio/pull/2912
- Call rescale_output_resolution before early return by @pierotofy in https://github.com/nerfstudio-project/nerfstudio/pull/2897
- Make time slider effective in viewer (Fixes #2928) by @iSach in https://github.com/nerfstudio-project/nerfstudio/pull/2931
- Fixed ns_render dataset bug in splatfacto by @pa-la in https://github.com/nerfstudio-project/nerfstudio/pull/2917
- Update project, rasterize with block_width interface by @kerrj in https://github.com/nerfstudio-project/nerfstudio/pull/2937
- Full implementation of features for dynamic scenes into the Viser viewer. by @iSach in https://github.com/nerfstudio-project/nerfstudio/pull/2936
- fix crash when both mask and downscale_factor are set by @jinhwanlazy in https://github.com/nerfstudio-project/nerfstudio/pull/2920
- 1.0.2 by @kerrj in https://github.com/nerfstudio-project/nerfstudio/pull/2943
New Contributors
- @gchhablani made their first contribution in https://github.com/nerfstudio-project/nerfstudio/pull/2899
- @Jing1Ling made their first contribution in https://github.com/nerfstudio-project/nerfstudio/pull/2850
- @pa-la made their first contribution in https://github.com/nerfstudio-project/nerfstudio/pull/2889
- @jinhwanlazy made their first contribution in https://github.com/nerfstudio-project/nerfstudio/pull/2920
Full Changelog: https://github.com/nerfstudio-project/nerfstudio/compare/v1.0.1...v1.0.2