What's changed
- 2DGS
- Mesh extraction: utils/gs2d_mesh_extraction.py
- Combined with Appearance Model: internal/models/appearance_gs2d.py
- Image caching
- uint8 data type:
--data.image_uint8 true
- Async caching:
--data.async_caching true
- uint8 data type:
- PolyCam raw data conversion
- Colmap Data Parser: allow specifying validation image set by an image list file
... \ --data.parser Colmap \ --data.parser.eval_image_select_mode list \ --data.parser.eval_list test_set.txt \ ...
- Notebooks for DJI drones
- Loading camera poses from the EXIF: notebooks/dji2pose.ipynb
- SfM: notebooks/prior_pose_guided_sfm.ipynb
- Foreground first densify (for partitions of large scale scenes only): internal/density_controllers/foreground_first_density_controller.py, --ff_densify
- Scale regularization: internal/metrics/scale_regularization_metrics.py
- Fuse MipSplatting's 3D smoothing filter to the Gaussian parameters: utils/fuse_mip_filter.py
- gsplat v1 (modified version only)
- All of the existing renderers can work on both the v0 and modified v1
- New v1 only renderer: internal/renderers/gsplat_v1_renderer.py
Full Changelog: v0.10.0...v0.10.1