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

Remove pidx from interpolate and raymarching output #84

Closed orperel closed 1 year ago

orperel commented 1 year ago

This change refactors the neural fields: a simpler interface without kwargs, and less assumptions on the nef initialization. The MR also simplifies some of the PE initialization / forward logic by introducing properties. Some pos / view embedding paths which were unusable have now been restored.

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