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

ERROR FIX: fix density rendering error for packed tracer #52

Closed chrischoy closed 1 year ago

chrischoy commented 1 year ago

Rendering for extra channels in the PackedRFTracer assumes that the features will have channel size 3, which is not true for density or other generic cases.