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

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

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

nerfstudio-project/nerfstudio

0
View on GitHub↗
11,737 نجوم·1,646 تفرعات·Python·Apache-2.0·5 مشاهداتdocs.nerf.studio↗

Nerfstudio

Nerfstudio هو إطار عمل تطوير معياري لتدريب وتصور وتصدير تمثيلات المشهد ثلاثي الأبعاد المشتقة من مجموعات بيانات الصور ثنائية الأبعاد. يوفر خط أنابيب إعادة بناء مشهد عصبي يحول الصور الخام وبيانات الكاميرا إلى أصول ثلاثية الأبعاد عالية الدقة وفيديو سينمائي باستخدام عارض حجمي قابل للتفاضل.

يتميز النظام بمصور تفاعلي قائم على الويب يسمح للمستخدمين بمراقبة تقدم التدريب وفحص هندسة المشهد العصبي في الوقت الفعلي. يفصل بنيات الشبكة العصبية عن حلقة التدريب من خلال واجهة معيارية قياسية، مما يتيح تطوير وتجربة بنيات حقل الإشعاع العصبي المخصصة.

يغطي إطار العمل مجموعة واسعة من القدرات بما في ذلك معالجة مجموعة البيانات لحساب وضع الكاميرا، وتقييم دقة النموذج، وتوليد تسلسلات الفيديو السينمائي عبر استيفاء مسار الكاميرا. يتضمن أيضاً أدوات لتصدير المشاهد المدربة كأصول ثلاثية الأبعاد وسحب نقاط للاستخدام في برامج النمذجة الخارجية.

يتم دعم تنفيذ الأجهزة المتسق من خلال بيئات الحاويات التي تجمع برامج تشغيل الرسومات وتبعيات النظام.

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.

سجل النجوم

مخطط تاريخ النجوم لـ nerfstudio-project/nerfstudioمخطط تاريخ النجوم لـ nerfstudio-project/nerfstudio

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

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

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

Start searching with AI

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

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Nerfstudio.
  • 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
  • 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
  • google-research/multinerfالصورة الرمزية لـ google-research

    google-research/multinerf

    3,806عرض على 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
    عرض على GitHub↗3,806
  • nerfies/nerfies.github.ioالصورة الرمزية لـ nerfies

    nerfies/nerfies.github.io

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

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

ما هي وظيفة nerfstudio-project/nerfstudio؟

Nerfstudio هو إطار عمل تطوير معياري لتدريب وتصور وتصدير تمثيلات المشهد ثلاثي الأبعاد المشتقة من مجموعات بيانات الصور ثنائية الأبعاد. يوفر خط أنابيب إعادة بناء مشهد عصبي يحول الصور الخام وبيانات الكاميرا إلى أصول ثلاثية الأبعاد عالية الدقة وفيديو سينمائي باستخدام عارض حجمي قابل للتفاضل.

ما هي الميزات الرئيسية لـ nerfstudio-project/nerfstudio؟

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

ما هي البدائل مفتوحة المصدر لـ nerfstudio-project/nerfstudio؟

تشمل البدائل مفتوحة المصدر لـ nerfstudio-project/nerfstudio: 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… google-research/multinerf — MultiNeRF is a 3D scene reconstruction suite and framework for training Neural Radiance Fields to synthesize novel… nerfies/nerfies.github.io — This project is a computer vision pipeline and volumetric rendering system used to transform photos and videos into… 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…