NVIDIAGameWorks / kaolin-wisp

NVIDIA Kaolin Wisp is a PyTorch library powered by NVIDIA Kaolin Core to work with neural fields (including NeRFs, NGLOD, instant-ngp and VQAD).
Other
1.45k stars 133 forks source link

OctreeAS raymarch 'voxel' dtype fix #114

Closed orperel closed 1 year ago

orperel commented 1 year ago
  1. Quick fix for OctreeAS raymarch type voxel which erred on the boundary field dtype being int32 instead of bool.
  2. Removal of duplicate occupancy and capacity methods (result of previous bad merge).
  3. Some more type casts to make the returned output of raymarch more robust.

Signed-off-by: operel operel@nvidia.com