awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
nerfstudio-project avatar

nerfstudio-project/nerfstudio

0
View on GitHub↗
11,737 stars·1,646 forks·Python·Apache-2.0·29 viewsdocs.nerf.studio↗

Nerfstudio

Nerfstudio is a modular development framework for training, visualizing, and exporting three-dimensional scene representations derived from two-dimensional image datasets. It provides a neural scene reconstruction pipeline that converts raw images and camera data into high-fidelity 3D assets and cinematic video using a differentiable volumetric renderer.

The system features an interactive web-based visualizer that allows users to monitor training progress and inspect neural scene geometry in real time. It decouples neural network architectures from the training loop through a standardized modular interface, enabling the development and experimentation of custom neural radiance field architectures.

The framework covers a broad range of capabilities including dataset preprocessing for camera pose calculation, model fidelity evaluation, and the generation of cinematic video sequences via camera trajectory interpolation. It also includes utilities for exporting trained scenes as 3D assets and point clouds for use in external modeling software.

Consistent hardware execution is supported through containerized environments that bundle graphics drivers and system dependencies.

Features

  • Radiance Field Training Pipelines - Provides a modular framework for optimizing neural networks to create high-fidelity 3D scene representations from 2D images.
  • Neural Scene Reconstructions - Transforms raw images and camera data into detailed digital three-dimensional environments.
  • Neural Model Interfaces - Provides standardized interfaces to decouple neural network architectures from training loops, supporting interchangeable scene representations.
  • Neural Scene Optimizers - Provides a workflow that optimizes neural network weights to represent 3D spatial volumes from image sets.
  • Neural Radiance Field Implementations - Serves as a development toolkit for building and experimenting with custom neural radiance field architectures.
  • 3D Spatial Preprocessing - Provides pipelines for calculating camera poses and spatial orientations from raw visual inputs.
  • Neural Scene Visualizers - Provides a browser-based interface for real-time monitoring of neural radiance field training and scene geometry.
  • Training State Visualizers - Ships an interactive web-based visualizer for monitoring live training state and inspecting neural scene geometry.
  • Neural Cinematic Renderers - Generates high-quality cinematic video sequences by interpolating camera trajectories through trained neural models.
  • Volumetric Rendering Engines - Implements a volumetric rendering engine that calculates light transport and color by sampling along rays through a 3D volume.
  • Differentiable Rendering - Implements a differentiable rendering pipeline to optimize 3D scene geometry from 2D image data.
  • Neural Scene Exporters - Provides specialized exporters for extracting 3D geometry and point clouds from neural radiance field models.
  • Model Training Metrics - Logs diagnostic metrics and performance data during the training process to monitor model convergence.
  • Image Fidelity Metrics - Logs training loss and fidelity scores using quantitative image metrics to assess reconstruction accuracy.
  • Gaussian Splatting - Research framework for training NeRF and Gaussian splatting models.

Star history

Star history chart for nerfstudio-project/nerfstudioStar history chart for nerfstudio-project/nerfstudio

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does nerfstudio-project/nerfstudio do?

Nerfstudio is a modular development framework for training, visualizing, and exporting three-dimensional scene representations derived from two-dimensional image datasets. It provides a neural scene reconstruction pipeline that converts raw images and camera data into high-fidelity 3D assets and cinematic video using a differentiable volumetric renderer.

What are the main features of nerfstudio-project/nerfstudio?

The main features of nerfstudio-project/nerfstudio are: Radiance Field Training Pipelines, Neural Scene Reconstructions, Neural Model Interfaces, Neural Scene Optimizers, Neural Radiance Field Implementations, 3D Spatial Preprocessing, Neural Scene Visualizers, Training State Visualizers.

Which projects share features with nerfstudio-project/nerfstudio?

Projects with overlapping indexed features include: bmild/nerf — This project is a framework for neural radiance fields used to synthesize three-dimensional environments from sets of… yenchenlin/nerf-pytorch — This project is a PyTorch implementation of a Neural Radiance Field framework. It serves as a 3D scene synthesizer and… nerfies/nerfies.github.io — This project is a computer vision pipeline and volumetric rendering system used to transform photos and videos into… google-research/multinerf — MultiNeRF is a 3D scene reconstruction suite and framework for training Neural Radiance Fields to synthesize novel… nvlabs/neuralangelo — Neuralangelo is a neural surface reconstruction framework that transforms two-dimensional image sequences and… facebookresearch/pytorch3d — PyTorch3D is a 3D geometric deep learning library and mesh processing toolkit designed for learning from point clouds…

Projects sharing features with Nerfstudio

These projects share indexed features with Nerfstudio. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • bmild/nerfbmild avatar

    bmild/nerf

    10,902View on GitHub↗

    This project is a framework for neural radiance fields used to synthesize three-dimensional environments from sets of two-dimensional images and camera poses. It functions as a volumetric rendering engine and scene synthesizer that optimizes neural representations of spatial volumes to generate novel views of complex 3D scenes. The system implements a coordinate encoding system that transforms spatial coordinates into high-dimensional space to capture high-frequency geometric details. It also includes a neural mesh extractor that converts trained radiance fields into triangle meshes via march

    Jupyter Notebook
    View on GitHub↗10,902
  • yenchenlin/nerf-pytorchyenchenlin avatar

    yenchenlin/nerf-pytorch

    6,037View on GitHub↗

    This project is a PyTorch implementation of a Neural Radiance Field framework. It serves as a 3D scene synthesizer and differentiable volumetric renderer used to train volumetric representations of scenes by predicting color and density for 3D spatial coordinates. The system enables novel view synthesis, allowing for the generation of new images of complex 3D scenes from previously unseen perspectives. It supports 3D scene reconstruction by processing 2D images and camera poses to build a digital volumetric representation of a physical space. The framework includes capabilities for 3D model

    Python
    View on GitHub↗6,037
  • google-research/multinerfgoogle-research avatar

    google-research/multinerf

    3,806View on GitHub↗

    MultiNeRF is a 3D scene reconstruction suite and framework for training Neural Radiance Fields to synthesize novel views from sets of 2D images. It provides a system for generating new perspectives of a scene by optimizing a neural network based on images and camera poses. The toolkit includes research implementations such as Mip-NeRF 360 and Ref-NeRF for high-fidelity volumetric rendering. It features a structure-from-motion pipeline to calculate camera positions and orientations from image datasets to prepare data for training. The project covers a full workflow for volumetric rendering, i

    Pythonnerfneural-radiance-fields
    View on GitHub↗3,806
  • nerfies/nerfies.github.ionerfies avatar

    nerfies/nerfies.github.io

    3,966View on GitHub↗

    This project is a computer vision pipeline and volumetric rendering system used to transform photos and videos into high-fidelity 3D models. It implements a deformable neural radiance field framework that optimizes deformation fields to represent non-rigid moving subjects in three dimensions. The system utilizes volumetric deformation fields to map 3D coordinates from a static canonical space to a deformed state. This allows for the reconstruction of photorealistic scenes and the synthesis of high-fidelity images from camera perspectives not present in the original input data. The framework

    JavaScript
    View on GitHub↗3,966
  • Compare all 30 related projects→