bmild/nerf
Code release for NeRF (Neural Radiance Fields) observed · 2026-08-28
Health v2 · maintenance only
39/100
- Activity 16
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2359
- days_rel: n/a
- days_push: 508
- n_releases_24m: 0
Adoption not part of the score
10927 stars · 1430 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
The official TensorFlow implementation of NeRF (Neural Radiance Fields), the ECCV 2020 paper representing scenes as neural radiance fields for novel view synthesis. It trains a small fully-connected network to map 5D coordinates to color and opacity, enabling differentiable volume rendering of new views of a single scene.
Use cases
- render novel views of a scene from a sparse set of photos
- reproduce the NeRF paper results
- train a neural radiance field on custom real or synthetic images
- learn how NeRF works with the tiny_nerf Colab notebook
- research baseline for neural scene representation experiments
When to choose
- you want the original reference implementation of NeRF for research or education
- you have a single GPU and can tolerate hours-to-days of training per scene
- you need the exact code behind the ECCV 2020 paper
When to avoid
- you need fast, production-quality NeRF training - modern implementations (Instant-NGP, Nerfstudio) are far faster
- you need TensorFlow 2.x or PyTorch - this code targets TensorFlow 1.15
- you want real-time rendering or large multi-scene training
Facets
library · maturity maintenance
machine-learning deep-learning graphics simulation computer-vision graphics deep-learning machine-learning python nerf neural-radiance-fields view-synthesis tensorflow volume-rendering 3d-reconstruction research-code gpu linux
2 sources
- readme: https://github.com/bmild/nerf · fetched 2026-08-28 · 502025b10ba4
- homepage: http://tancik.com/nerf · fetched 2026-08-29 · 0491a42036ae
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| bmild/nerf | main | 39 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem