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
google-research avatar

google-research/multinerfArchived

0
View on GitHub↗
3,806 stars·355 forks·Python·Apache-2.0·16 views

Multinerf

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, including data preprocessing with custom dataset loaders, the training of implicit neural representations, and the photorealistic rendering of images and video sequences. It also includes tools for evaluating model accuracy by computing error metrics across multiple scenes.

Features

  • Novel View Synthesis Engines - Implements a framework for generating high-quality novel viewpoints from sparse image data using volumetric calculations.
  • Coordinate-Based Neural Representations - Uses neural networks to map spatial coordinates directly to scene properties like color and density.
  • Neural Scene Reconstructions - Creates high-fidelity 3D environments from multi-view image datasets using neural networks for visualization.
  • Neural Radiance Field Synthesizers - Offers a toolkit for optimizing neural representations of spatial volumes to synthesize novel views.
  • Radiance Field Training Pipelines - Optimizes neural networks to create high-fidelity 3D scene representations from 2D images.
  • Volumetric Integration - Computes pixel colors by numerically integrating density and radiance along rays to enable gradient-based optimization.
  • Camera Pose Estimators - Provides tools to calculate camera orientations and positions from images to facilitate 3D reconstruction.
  • Implicit Volume Representations - Represents 3D shapes using neural density fields and feature dimensions instead of explicit polygons.
  • Structure from Motion Pipelines - Implements a pipeline for recovering 3D structures and camera poses from collections of images.
  • Spatial Coordinate Encodings - Transforms low-dimensional 3D coordinates into high-dimensional frequency space to capture geometric details.
  • Cone-Based Renderers - Integrates radiance along viewing rays using conical frustums to eliminate aliasing artifacts in high-resolution scenes.
  • High-Quality Scene Rendering - Generates high-quality images and video sequences from 3D neural scene data.
  • Scene Video Renderers - Renders a sequence of 3D scene views into video files along a defined camera path.
  • Reconstruction Accuracy Evaluators - Provides tools for quantifying 3D reconstruction precision by comparing rendered views against ground truth data.
  • Neural Scene Representation - Unbounded anti-aliased neural radiance fields.

Star history

Star history chart for google-research/multinerfStar history chart for google-research/multinerf

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

Projects sharing features with Multinerf

These projects share indexed features with Multinerf. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
  • 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
  • facebookresearch/pytorch3dfacebookresearch avatar

    facebookresearch/pytorch3d

    9,902View on GitHub↗

    PyTorch3D is a 3D geometric deep learning library and mesh processing toolkit designed for learning from point clouds and complex 3D surface geometries. It provides a collection of reusable components and data structures for deep learning with 3D data, including a framework for training and evaluating neural radiance fields to enable photorealistic view synthesis. The project features a differentiable 3D renderer that converts meshes and point clouds into 2D images while allowing gradients to flow back into the geometry and textures. This enables 3D shape optimization, where mesh geometry, te

    Python
    View on GitHub↗9,902
  • apple/ml-sharpapple avatar

    apple/ml-sharp

    7,638View on GitHub↗

    ml-sharp is a neural radiance field framework designed for single-image 3D reconstruction. It uses a neural network to predict 3D geometry and appearance from a single photograph in a single feedforward pass. The system generates metric 3D scene representations and includes a real-time view synthesizer for producing high-resolution images of new viewpoints. It also features a camera trajectory renderer that creates video sequences by moving a virtual camera through the predicted 3D space. The project covers coordinate-based neural rendering, 3D Gaussian representation regression, and real-ti

    Python
    View on GitHub↗7,638
Compare all 30 related projects→

Frequently asked questions

What does google-research/multinerf do?

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.

What are the main features of google-research/multinerf?

The main features of google-research/multinerf are: Novel View Synthesis Engines, Coordinate-Based Neural Representations, Neural Scene Reconstructions, Neural Radiance Field Synthesizers, Radiance Field Training Pipelines, Volumetric Integration, Camera Pose Estimators, Implicit Volume Representations.

Which projects share features with google-research/multinerf?

Projects with overlapping indexed features include: yenchenlin/nerf-pytorch — This project is a PyTorch implementation of a Neural Radiance Field framework. It serves as a 3D scene synthesizer and… bmild/nerf — This project is a framework for neural radiance fields used to synthesize three-dimensional environments from sets of… facebookresearch/pytorch3d — PyTorch3D is a 3D geometric deep learning library and mesh processing toolkit designed for learning from point clouds… apple/ml-sharp — ml-sharp is a neural radiance field framework designed for single-image 3D reconstruction. It uses a neural network to… threestudio-project/threestudio — Threestudio is a 3D generative AI framework designed to create three-dimensional assets from text prompts and images.… cdcseacave/openmvs — openMVS is a multi-view stereo library and photogrammetry pipeline used for 3D scene reconstruction. It transforms…