Releases: nerfstudio-project/nerfacc
Releases · nerfstudio-project/nerfacc
v0.3.0
What's Changed
TL;DR:
- Faster rendering functions via CUB: NGP examples gain ~10% speedup.
- Expose transmittance computation.
- Cub by @liruilong940607 in #103
Full Changelog: v0.2.4...v0.3.0
v0.2.4
PYPI Settings Update.
v0.2.2
TL;DR
- Support rendering and marching with alpha function (now you can use nerfacc to accelerate neuS line of works).
- Better compatibility with pytorch-lightning.
- Relax pytorch version requirement.
What's Changed
- Change dummy variable in Grid to tensor instead of parameter. by @bennyguo in #83
- support alpha; relax pytorch requirement by @liruilong940607 in #94
New Contributors
Full Changelog: v0.2.1...v0.2.2
v0.2.1
TLDR
Support for python3.7 for nerfacc.
What's Changed
- update dnerf perf by @liruilong940607 in #61
- update docs for ray gradients by @liruilong940607 in #62
- Update paper link by @liruilong940607 in #63
- update ngp perf. by @liruilong940607 in #68
- Support python 3.7 by @tancik in #77
- Bump nerfacc version by @tancik in #78
Full Changelog: v0.2.0...v0.2.1
v0.2.0
TLDR
New util functions.
Bug fix from v.0.1.8
Much better performance for examples.
What's Changed
- Optimize examples for better performance by @liruilong940607 in #59
- sync pref by @liruilong940607 in #60
Full Changelog: v0.1.8...v0.2.0
v0.1.8
v0.1.7
What's Changed
- Add new Utils: pack & unpack data; cdf sampling; query grid by @liruilong940607 in #57
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
- new logo by @liruilong940607 in #50
- Docs by @liruilong940607 in #51
- make it public by @liruilong940607 in #52
- Alpha fix by @liruilong940607 in #56
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- Hot fix by @liruilong940607 in #43
- bump version to 0.1.4.post1 by @liruilong940607 in #44
- fix links in docs by @Xiaoming-Zhao in #47
- Docs by @liruilong940607 in #46
- update requirements by @liruilong940607 in #49
New Contributors
- @Xiaoming-Zhao made their first contribution in #47
Full Changelog: v0.1.4...v0.1.5
v0.1.4.post1
What's Changed
- Support setting alpha threshold for marching and rendering by @liruilong940607 in #42
- Hot fix by @liruilong940607 in #43
- bump version to 0.1.4.post1 by @liruilong940607 in #44
Full Changelog: v0.1.3...v0.1.4.post1