v0.1.1
Highlights
The second release of Wisp features:
- Support for installation with Docker
- Tracers now handle extra channels properly
- Object transformations allowing to scale, rotate and translate ray based neural fields
- Support for running Wisp on Windows (external contribution by @3a1b2c3)
- Integration with Weights&Biases, including 360 visualizations (external contribution by @soumik12345)
- Two demos: Visualizing NeRF latent channels and Browsing Structured Point Clouds.
- Various bug fixes
and more..
What's Changed
- Fixed syntax error for tuple unpacking for Python 3.7 support by @joeylitalien in #7
- Adding channel interface to tracers by @tovacinni in #10
- fix interactive mode path in dockerfile and add Docker section in README by @Caenorst in #16
- replace master by main by @Caenorst in #18
- Cfujitsang/fix multiprocess by @Caenorst in #20
- Support tracers hierarchy in renderer factory by @orperel in #25
- Configurable mesh samples param by @orperel in #26
- Templates and cleaner api for renderer, apps and nefs by @orperel in #27
- Extra channels support for tracers by @tovacinni in #30
- run on windows, add point drawing by @3a1b2c3 in #28
- Cfujitsang/fix ci by @Caenorst in #36
- figures and README updates by @orperel in #44
- siggraph 2022 demo by @orperel in #45
- Deactivate interactive mode when using the gui by @orperel in #46
- support backprop when there is no ray intersections by @Caenorst in #47
- SPC fields + example by @orperel in #48
- fix triplanar script by @Caenorst in #49
- fix SDFTrainer validation() var typo by @NIRVANALAN in #50
- clean to main_nerf.py by @Caenorst in #51
- ERROR FIX: fix density rendering error for packed tracer by @chrischoy in #52
- fix readmes by @Caenorst in #55
- rollback main.py changes by @Caenorst in #56
- Object Transforms for ray traced objects by @orperel in #65
- Fix validation and add pandas logging by @tovacinni in #67
- Permutation matrices, bug fixes in transform, various methods to add … by @tovacinni in #68
- View Independent NeRF by @tovacinni in #69
- Weights & Biases support for wisp by @soumik12345 in #75
New Contributors
- @joeylitalien made their first contribution in #7
- @tovacinni made their first contribution in #10
- @3a1b2c3 made their first contribution in #28
- @NIRVANALAN made their first contribution in #50
- @chrischoy made their first contribution in #52
Full Changelog: v0.1.0...v0.1.1