Jamie Chen
Jamie Chen
Is everything going as planned and will the code be released anytime soon? Awesome work!
It seems the link to the coltran colab notebook (https://tinyurl.com/coltranfewclicks) has become invalid. Could you fix it?
### Environment **Operating System:** Windows 11 **Version / Commit SHA:** VDB 8.1.1, SHA: 4a186c2 **Other:** MSVC 19.29.30148.0, C++11 ### Describe the bug The NanoVDB viewer failed to render correctly with...
Hi! It seems that the way `mDelta` is currently initialized for `nanovdb::DDA` doesn't take the step size `Dim` into account. This would cause a mismatch between `mStep` and `mDelta` and...
A tiny tweak of using torch.tensordot() to compute c2w ray transform, up to ~6x acceleration.