yashbhalgat/HashNeRF-pytorch
Pure PyTorch Implementation of NVIDIA paper on Instant Training of Neural Graphics primitives: https://nvlabs.github.io/instant-ngp/
This tool helps AI researchers quickly generate high-quality 3D renderings of objects or scenes from a collection of 2D images. It takes multiple photos of an object or scene from different angles and creates a crisp, detailed 3D representation, significantly faster than traditional methods. Researchers in computer vision and graphics can use this to rapidly prototype and experiment with neural rendering techniques.
1,031 stars. No commits in the last 6 months.
Use this if you are an AI researcher working with Neural Radiance Fields (NeRFs) and need to generate 3D scenes from 2D images much faster for experimentation and innovation.
Not ideal if you are looking for a C++/CUDA-based solution for maximum performance, as this is a pure PyTorch implementation built for research flexibility.
Stars
1,031
Forks
107
Language
Python
License
MIT
Category
Last pushed
Aug 07, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/yashbhalgat/HashNeRF-pytorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
NVlabs/instant-ngp
Instant neural graphics primitives: lightning fast NeRF and more
nerfstudio-project/nerfstudio
A collaboration friendly studio for NeRFs
google/nerfies
This is the code for Deformable Neural Radiance Fields, a.k.a. Nerfies.
SuLvXiangXin/zipnerf-pytorch
Unofficial implementation of ZipNeRF
google/hypernerf
Code for "HyperNeRF: A Higher-Dimensional Representation for Topologically Varying Neural...