NeRF-ngp
NeRF trained SUPER FAST in pytorch
Pure PyTorch Implementation of NVIDIA paper on Instant Training of Neural Graphics primitives: https://nvlabs.github.io/instant-ngp/
A pytorch CUDA extension implementation of instant-ngp (sdf and nerf), with a GUI.
Instant neural graphics primitives: lightning fast NeRF and more
JNeRF is a NeRF benchmark based on Jittor. JNeRF re-implemented instant-ngp and achieved same performance with original paper.
Instant-ngp in pytorch+cuda trained with pytorch-lightning (high quality with high speed, with only few lines of legible code)
NVIDIA Kaolin Wisp is a PyTorch library powered by NVIDIA Kaolin Core to work with neural fields (including NeRFs, NGLOD, instant-ngp and VQAD).
An Instants-NGP renderer that has been implemented using Taichi