#633 · Primary category: Education & Research
HashNeRF-pytorch
Pure PyTorch Implementation of NVIDIA paper on Instant Training of Neural Graphics primitives: https://nvlabs.github.io/instant-ngp/
Project last updated:08/07/24
GitHub Stars
1.0K
Forks
108
Contributors
2
License
MIT
Why we included this project
Researchers who want to understand why Instant-NGP trains neural radiance fields so fast can work through this pure-PyTorch port without touching the original CUDA and C++ code. The multi-resolution hash encoding at the heart of the method is laid out in a readable, self-contained way, and the project builds on NeRF-pytorch, so anyone familiar with that codebase will recognize the structure immediately. Training a chair scene for about five thousand iterations, roughly ten minutes on a modest GPU like a 1050Ti, already yields crisp renderings. Extra losses for total variation and sparsity give you easy controls to smooth embeddings or clean up geometry, and because everything stays in Python, you can edit the architecture and trace what each piece contributes. That makes it a practical starting point for playing with NeRF ideas rather than fighting native code.
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
prompts.chat
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
JavaGuide
Java Interview & Backend General Interview Guide, covering computer fundamentals, databases, distributed systems, high concurrency, system design, and AI application development.
system-prompts-and-models-of-ai-tools
A curated collection of system prompts, internal tools, and AI models from popular AI assistants and coding agents.
30-seconds-of-code
Coding articles to level up your development skills
generative-ai-for-beginners
21 Lessons, Get Started Building with Generative AI