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

Multiple fixes for recently broken paths #181

Closed orperel closed 9 months ago

orperel commented 9 months ago
  1. NeRF configs: have a fallback with AdamW in case apex/FusedAdam is unavailable
  2. Update config system to account for targets with missing imports (i.e. apex)
  3. Fixed syntax errors in RTMV dataset
  4. Fix interactive renderer FPS issues when inference num_steps is too high
  5. Jupyter Notebook live visualizer fixed
  6. Added uniform raytracer option to GUI
  7. Tests framework fixed to match new console output from tracker
  8. SIGGRAPH demo example fixed