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.46k stars 131 forks source link

Remove pidx from interpolate and raymarching output #82

Closed orperel closed 1 year ago

orperel commented 1 year ago

Fix SDF pipeline

This change removes the need to return pidx from raymarch(). This is desired because: Neural fields & interpolation logic is simplified everywhere, no need to reshape / expand anymore Some raymarchers will not return pidx (i.e. upcoming DDA) No NeF / grid relies on it for now anyway

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