v1.0.1
版本发布时间: 2024-02-02 09:00:50
nerfstudio-project/nerfstudio最新发布版本:v1.1.4(2024-08-29 05:10:27)
Bug fixes!
What's Changed
- important fix typo by @jb-ye in https://github.com/nerfstudio-project/nerfstudio/pull/2800
- Add documentation on existing datasets by @VasuAgrawal in https://github.com/nerfstudio-project/nerfstudio/pull/2806
- Update splatfacto.py by @Harr7y in https://github.com/nerfstudio-project/nerfstudio/pull/2804
- Fix typo in parallel_datamanager.py by @eltociear in https://github.com/nerfstudio-project/nerfstudio/pull/2812
- Make downloading more windows-friendly by @VasuAgrawal in https://github.com/nerfstudio-project/nerfstudio/pull/2810
- Have Mill19 dataset use official splits by default by @hturki in https://github.com/nerfstudio-project/nerfstudio/pull/2745
- Fix mask shape for Fisheye624 cameras by @brentyi in https://github.com/nerfstudio-project/nerfstudio/pull/2813
- Use packaging for colmap version by @chungmin99 in https://github.com/nerfstudio-project/nerfstudio/pull/2814
- Remove viewer build badge by @brentyi in https://github.com/nerfstudio-project/nerfstudio/pull/2819
- Add alpha rendering to splatfacto, fix depth bug by @kerrj in https://github.com/nerfstudio-project/nerfstudio/pull/2824
- Fix "mutable default" error in render.py by @pyetras in https://github.com/nerfstudio-project/nerfstudio/pull/2825
- fixing colmap installation to use apt-get since gdown on the URL unable to download colmap by @AntonioMacaronio in https://github.com/nerfstudio-project/nerfstudio/pull/2823
- Update viewer docs by @brentyi in https://github.com/nerfstudio-project/nerfstudio/pull/2826
- Fix the background color bug when exporting video with the "random" background option by @KevinXu02 in https://github.com/nerfstudio-project/nerfstudio/pull/2831
- External Method: seathru_nerf by @psetinek in https://github.com/nerfstudio-project/nerfstudio/pull/2829
- Add support for loading 3D points with ODM data processor by @pierotofy in https://github.com/nerfstudio-project/nerfstudio/pull/2838
- Add average_init_density to improve robustness of nerfacto training by @jb-ye in https://github.com/nerfstudio-project/nerfstudio/pull/2834
- Mask flexibility for methods than need to sample in the masked region by @ethanweber in https://github.com/nerfstudio-project/nerfstudio/pull/2647
- Add flag to disable apperance embedding by @jkulhanek in https://github.com/nerfstudio-project/nerfstudio/pull/2843
- Fix #2843 - safer typing by @jkulhanek in https://github.com/nerfstudio-project/nerfstudio/pull/2848
- limit torch to <=2.1 to avoid type errors by @kerrj in https://github.com/nerfstudio-project/nerfstudio/pull/2857
- Have predicted depth as expected_depth so gradients can be computed by @mattstrong-stanford in https://github.com/nerfstudio-project/nerfstudio/pull/2852
- Avoid OOM for caching undistorted images of splatfacto by @jb-ye in https://github.com/nerfstudio-project/nerfstudio/pull/2855
- Replace depth alpha mask logic with torch.where for gradients in splatfacto by @kerrj in https://github.com/nerfstudio-project/nerfstudio/pull/2856
- Changed torch version to <2.2 by @simonbethke in https://github.com/nerfstudio-project/nerfstudio/pull/2861
- Fix ODM data processor coordinate system by @pierotofy in https://github.com/nerfstudio-project/nerfstudio/pull/2847
- Upper-bound torch version for dev installs only by @brentyi in https://github.com/nerfstudio-project/nerfstudio/pull/2864
- v1.0.1 by @tancik in https://github.com/nerfstudio-project/nerfstudio/pull/2865
New Contributors
- @Harr7y made their first contribution in https://github.com/nerfstudio-project/nerfstudio/pull/2804
- @pyetras made their first contribution in https://github.com/nerfstudio-project/nerfstudio/pull/2825
- @AntonioMacaronio made their first contribution in https://github.com/nerfstudio-project/nerfstudio/pull/2823
- @psetinek made their first contribution in https://github.com/nerfstudio-project/nerfstudio/pull/2829
- @mattstrong-stanford made their first contribution in https://github.com/nerfstudio-project/nerfstudio/pull/2852
- @simonbethke made their first contribution in https://github.com/nerfstudio-project/nerfstudio/pull/2861
Full Changelog: https://github.com/nerfstudio-project/nerfstudio/compare/v1.0.0...v1.0.1