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 132 forks source link

Bug fix in base nef #169

Closed tovacinni closed 11 months ago

tovacinni commented 11 months ago

Addresses a bug where argspec will crash if there is a mismatch in the args AND there is no optional args to be parsed.

Also addresses a case where more than one forward function can return the same channel, in which case the ordering of the forward function will be such that the number of invocations will be minimized by prioritizing forward functions with more channel matches.