nerfstudio-project/nerfstudio
A collaboration friendly studio for NeRFs
Provides modular, plug-and-play NeRF implementations with an interactive web viewer and end-to-end training pipeline from raw images to novel view synthesis. Built on PyTorch with GPU-accelerated training via tiny-cuda-nn, supporting multiple NeRF architectures (nerfacto, vanilla NeRF, and community contributions) through a composable component system. Includes browser-based visualization tools and integrates with standard computer vision datasets for seamless iteration.
11,305 stars. No commits in the last 6 months.
Stars
11,305
Forks
1,590
Language
Python
License
Apache-2.0
Category
Last pushed
Jul 29, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/nerfstudio-project/nerfstudio"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
NVlabs/instant-ngp
Instant neural graphics primitives: lightning fast NeRF and more
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...
yashbhalgat/HashNeRF-pytorch
Pure PyTorch Implementation of NVIDIA paper on Instant Training of Neural Graphics primitives:...