v0.1.11
Highlights
- Add support for Metashape poses
- Add normals prediction for the nerfacto model
- Add docker support
- Data loading speedups
- Improve viewer connection stability (if you are having new issues, add
--viewer.skip-openrelay
to command and let us know) - Core now support cameras with variable intrinsics
What's Changed
- Update viewer sensitivity by @tancik in #975
- Refactor process data by @tancik in #976
- Simplify readme by @tancik in #982
- Support downsample in dataset by @nikmo33 in #973
- Computing and predicting normals by @ethanweber in #905
- Add Metashape support by @tancik in #989
- fix typo error which should be self.cameras.times by @ksnzh in #991
- TensoRF bugfix: AABB normalized_positions to [-1, 1] by @JulianKnodt in #998
- Simplify documentation by @tancik in #1003
- Add metashape to docs by @tancik in #1004
- create rays on device when rendering by @zmurez in #993
- implemented threadpool mechanics when loading images by @dozeri83 in #994
- (minor)
--trainer.load_dir
=>--trainer.load-dir
in docs by @brentyi in #1010 - add support for per-image mask filenames in transforms.json by @decrispell in #957
- Fix dataparser filename bug by @tancik in #1013
- Improve webrtc stability by @tancik in #1014
- Handle missing metashape data by @tancik in #1015
- Updating the script for downloading data by @jake-austin in #968
- Cameras TensorDataclass and Phototourism by @ethanweber in #961
- Typo in ProcessRecord3D error by @akristoffersen in #1027
- config nerfacto by @zmurez in #1020
- Pinched Looping Camera Path Fix by @mcallisterdavid in #1029
- Cleanup train cli logs by @tancik in #1037
- Camera Label Hiding by @mcallisterdavid in #1031
- Ignore non-image files in ns-process-data by @tancik in #1040
- Add Docker support by @Zunhammer in #1022
- Add support for insta360 single-file format by @cnsumner in #1024
- Fix benchmarking scripts by @devernay in #1005
- Allow users to skip using openrelay by @tancik in #1042
- v0.1.11 by @tancik in #1043
New Contributors
- @ksnzh made their first contribution in #991
- @dozeri83 made their first contribution in #994
- @Zunhammer made their first contribution in #1022
- @cnsumner made their first contribution in #1024
- @devernay made their first contribution in #1005
Full Changelog: v0.1.10...v0.1.11