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

More robust arg parsing in base tracer #168

Closed tovacinni closed 1 year ago

tovacinni commented 1 year ago

The original implementation would break when there is any decorator in use for the trace function (for example, nvtx).