v1.1.0
版本发布时间: 2024-05-14 03:06:22
nerfstudio-project/nerfstudio最新发布版本:v1.1.4(2024-08-29 05:10:27)
What's Changed
- Refactor ScenePointerCallbacks for viser compatibility by @chungmin99 in https://github.com/nerfstudio-project/nerfstudio/pull/3036
- Only load+undistort splatfacto images when they're used by @brentyi in https://github.com/nerfstudio-project/nerfstudio/pull/3043
- New Google Drive link for poster dataset by @ginazhouhuiwu in https://github.com/nerfstudio-project/nerfstudio/pull/3045
- Added SIGNeRF to Nerfstudio methods by @JDihlmann in https://github.com/nerfstudio-project/nerfstudio/pull/3053
- Make colmapDataParser compatible with 360_v2 dataset format by @Jing1Ling in https://github.com/nerfstudio-project/nerfstudio/pull/2860
- Fix config loading for Eyeful Tower dataset by @hardhat5 in https://github.com/nerfstudio-project/nerfstudio/pull/3054
- feat(ci): migrate to
uv
in CI by @SauravMaheshkar in https://github.com/nerfstudio-project/nerfstudio/pull/3038 - Fix custom elements nested under @property by @kerrj in https://github.com/nerfstudio-project/nerfstudio/pull/3066
- fix exporter.py for FullImageDataManager and RandomCamerasDataManager by @dberga in https://github.com/nerfstudio-project/nerfstudio/pull/3065
- Camera pose optimization for Splatfacto by @oseiskar in https://github.com/nerfstudio-project/nerfstudio/pull/2891
- write eval combined images for diagnostics by @jb-ye in https://github.com/nerfstudio-project/nerfstudio/pull/3070
- Fixed Unexpectedly huge RAM consumption of parallel datamanager by @hyperzy in https://github.com/nerfstudio-project/nerfstudio/pull/3060
- Add pointcloud loading for blender parser by @gchhablani in https://github.com/nerfstudio-project/nerfstudio/pull/2902
- shift principle points by .5 in undistortion by @kerrj in https://github.com/nerfstudio-project/nerfstudio/pull/3071
- Fix call to detect ODM reconstruction file by @codeprimate in https://github.com/nerfstudio-project/nerfstudio/pull/3018
- updates to apply_pca_colormap by @kerrj in https://github.com/nerfstudio-project/nerfstudio/pull/3086
- Changes for trainer.py to support the Gradio webui by @KevinXu02 in https://github.com/nerfstudio-project/nerfstudio/pull/3046
- Allow alpha transparency training for blender datasets input by @jb-ye in https://github.com/nerfstudio-project/nerfstudio/pull/3088
- Hloc fix for image_ids (camera per image) by @dberga in https://github.com/nerfstudio-project/nerfstudio/pull/3081
- Adding lock for Viser Element callbacks by @Satvik1701 in https://github.com/nerfstudio-project/nerfstudio/pull/3067
- Adding cropping for gaussian splat exports by @THE-COB in https://github.com/nerfstudio-project/nerfstudio/pull/3105
- GaussianSplats export: allow uint8 in ply by @mathijshenquet in https://github.com/nerfstudio-project/nerfstudio/pull/3111
- Use AbsGrad to get better results with less gaussians by @jb-ye in https://github.com/nerfstudio-project/nerfstudio/pull/3113
- Fix bug in pixel sampler by @carlinds in https://github.com/nerfstudio-project/nerfstudio/pull/3103
- metashape_utils: work with camera groups by @f-dy in https://github.com/nerfstudio-project/nerfstudio/pull/2626
- Fix #3064 and some minor changes by @jb-ye in https://github.com/nerfstudio-project/nerfstudio/pull/3121
- Support splatfacto training for metashape exports by @jb-ye in https://github.com/nerfstudio-project/nerfstudio/pull/3122
- fix nerfstudio collate function by @hturki in https://github.com/nerfstudio-project/nerfstudio/pull/2965
- Add a pointcloud export from polycam to process-data by @kerrj in https://github.com/nerfstudio-project/nerfstudio/pull/3124
- BioNeRF by @Leandropassosjr in https://github.com/nerfstudio-project/nerfstudio/pull/3125
- Fixing typos and symbols in bionerf.md by @Leandropassosjr in https://github.com/nerfstudio-project/nerfstudio/pull/3126
- Add kwargs handling for patchpixelsampler patch size by @chungmin99 in https://github.com/nerfstudio-project/nerfstudio/pull/2622
- Make RealityCapture csv/ply exports work! by @jb-ye in https://github.com/nerfstudio-project/nerfstudio/pull/3131
- adding the link for the paper page and fixing image paths by @Leandropassosjr in https://github.com/nerfstudio-project/nerfstudio/pull/3132
- Fix edge case of depth colormap by @Feez2403 in https://github.com/nerfstudio-project/nerfstudio/pull/3139
- Clarify flag name in docs/nerfology/methods/splat.md by @EliasWatson in https://github.com/nerfstudio-project/nerfstudio/pull/3140
- bump version to 1.1.0 by @jb-ye in https://github.com/nerfstudio-project/nerfstudio/pull/3143
New Contributors
- @hardhat5 made their first contribution in https://github.com/nerfstudio-project/nerfstudio/pull/3054
- @dberga made their first contribution in https://github.com/nerfstudio-project/nerfstudio/pull/3065
- @codeprimate made their first contribution in https://github.com/nerfstudio-project/nerfstudio/pull/3018
- @Satvik1701 made their first contribution in https://github.com/nerfstudio-project/nerfstudio/pull/3067
- @carlinds made their first contribution in https://github.com/nerfstudio-project/nerfstudio/pull/3103
- @Leandropassosjr made their first contribution in https://github.com/nerfstudio-project/nerfstudio/pull/3125
- @Feez2403 made their first contribution in https://github.com/nerfstudio-project/nerfstudio/pull/3139
- @EliasWatson made their first contribution in https://github.com/nerfstudio-project/nerfstudio/pull/3140
Full Changelog: https://github.com/nerfstudio-project/nerfstudio/compare/v1.0.3...v1.1.0