Quickly Implementing Three-Dimensional Reconstruction with NeRF (instant-ngp)
Instant-NGP, short for Instant Neural Graphics Primitives, uses multiresolution hash encoding to solve the efficiency problem encountered when parameterizing NeRF with a fully connected neural network. It greatly accelerates network training, reducing three-dimensional reconstruction time from several hours to several seconds.
