#30 · Primary category: Computer Vision
instant-ngp
Instant neural graphics primitives: lightning fast NeRF and more
Project last updated:02/02/26
GitHub Stars
17.5K
Forks
2.1K
Contributors
47
License
Other
Why we included this project
For anyone doing 3D reconstruction, this is the reference implementation for training neural radiance fields (NeRF) in seconds instead of hours. It bundles four neural graphics primitives, NeRF, signed distance functions, neural images, and neural volumes, on a multiresolution hash encoding that keeps a small MLP fast enough for real-time rendering. Photogrammetry and computer-vision teams will find it the quickest practical path from a set of photos to an interactive 3D scene, and the bundled viewer lets you fly around the result right away. The code is CUDA-heavy and expects a modern NVIDIA GPU, so it fits researchers and engineers who want a solid baseline for novel-view synthesis rather than a plug-and-play tool. It is also a useful reference for anyone studying how hash-based input encodings speed up neural field training.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)