v0.1.14
Highlights
- Additional export video camera options (fisheye, equirectangular)
- KIRI Engine support (Android/IOS capture app)
- Speedups
- Bug Fixes
What's Changed
- Colab working with Python3.8 by @akristoffersen in #1109
- Fix circular imports by @nikmo33 in #1115
- Fix slow training issue when using mask by @ttaoREtw in #1114
- change normals grad calculation by @terrancewang in #1108
- Log start iter by @tancik in #1119
- instant-ngp-bounded model by @dozeri83 in #1116
- Missing images error warning by @tancik in #1122
- Fix datamanager dataparser_outputs by @tancik in #1123
- Add docs for KIRI Engine by @tancik in #1124
- Changed tinycudann to wheel to work with py3.8 by @akristoffersen in #1126
- Immediately update viewer when output or cmap changes by @tancik in #1131
- Use
torch.where
for faster contract by @jenkspt in #1132 - Update render ui to use leva by @tancik in #1133
- Update Render View logic by @tancik in #1134
- adding data subset by @ethanweber in #1135
- Minimal disk dataparser by @nikmo33 in #1128
- Upgraded Gdown to fix data downloading. by @akristoffersen in #1140
- Support non-pinhole rendering by @tancik in #1141
- Fix Discord link in the docs by @mackopes in #1143
- v0.1.14 by @tancik in #1145
New Contributors
- @ttaoREtw made their first contribution in #1114
- @jenkspt made their first contribution in #1132
- @mackopes made their first contribution in #1143
Full Changelog: v0.1.13...v0.1.14