awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
google-research avatar

google-research/multinerfArchived

0
View on GitHub↗
3,806 نجوم·355 تفرعات·Python·Apache-2.0·2 مشاهدات

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.

سجل النجوم

مخطط تاريخ النجوم لـ google-research/multinerfمخطط تاريخ النجوم لـ google-research/multinerf

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة google-research/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.

ما هي الميزات الرئيسية لـ google-research/multinerf؟

الميزات الرئيسية لـ google-research/multinerf هي: 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.

ما هي البدائل مفتوحة المصدر لـ google-research/multinerf؟

تشمل البدائل مفتوحة المصدر لـ google-research/multinerf: 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…

بدائل مفتوحة المصدر لـ Multinerf

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Multinerf.
  • yenchenlin/nerf-pytorchالصورة الرمزية لـ yenchenlin

    yenchenlin/nerf-pytorch

    6,037عرض على 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
    عرض على GitHub↗6,037
  • bmild/nerfالصورة الرمزية لـ bmild

    bmild/nerf

    10,902عرض على 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
    عرض على GitHub↗10,902
  • facebookresearch/pytorch3dالصورة الرمزية لـ facebookresearch

    facebookresearch/pytorch3d

    9,902عرض على 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
    عرض على GitHub↗9,902
  • apple/ml-sharpالصورة الرمزية لـ apple

    apple/ml-sharp

    7,638عرض على 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
    عرض على GitHub↗7,638
عرض جميع البدائل الـ 30 لـ Multinerf→