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

Optimizations in data loader, other misc optimizations, and bug fixes #80

Closed tovacinni closed 1 year ago

tovacinni commented 1 year ago

Signed-off-by: Towaki Takikawa tovacinni@gmail.com

  1. Small optimizations in RF tracer and raymarch
  2. Fix a significant bottleneck in the dataloader for NeRF
  3. Small bugfix for geometric resolution sampling for hash grids
  4. Support depth rendering in app by default
  5. Support num_workers for dataloader