What does HackerNews think of instant-ngp?
Instant neural graphics primitives: lightning fast NeRF and more
Trains a nerf in a couple of seconds.
I went on a trip to Italy last year and took a video while walking around Michelangelo’s David. Even with that relatively poor image quality this let me turn it into a pretty high quality nerf.
The research is moving fast though, so if you want something almost as fast without specialized CUDA kernels (just plain pytorch) you're in luck: https://github.com/apchenstu/TensoRF
As a bonus you also get a more compact representation of the scene.
I highly recommend trying this at home:
https://nvlabs.github.io/instant-ngp/
https://github.com/NVlabs/instant-ngp
Very straightforward and gives better insight into what NeRF is than any shiny marketing demo.