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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
google avatar

google/mipnerfArchived

0
View on GitHub↗
939 Stars·112 Forks·Python·Apache-2.0·2 Aufrufe

Mipnerf

This repository contains the code release for Mip-NeRF: A Multiscale Representation for Anti-Aliasing Neural Radiance Fields. This implementation is written in JAX, and is a fork of Google's JaxNeRF implementation. Contact Jon Barron if you encounter any issues.

Features

  • Neural Radiance Field Implementations - Advanced implementation for multi-scale representation and anti-aliasing.
  • Neural Radiance Fields - Advanced implementation for anti-aliased neural radiance fields.
  • Image and Data Processing - Multiscale representation for anti-aliasing neural radiance fields.

Star-Verlauf

Star-Verlauf für google/mipnerfStar-Verlauf für google/mipnerf

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Mipnerf

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Mipnerf.
  • facebookresearch/pytorch3dAvatar von facebookresearch

    facebookresearch/pytorch3d

    9,902Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,902
  • google-research/google-researchAvatar von google-research

    google-research/google-research

    38,139Auf GitHub ansehen↗

    This repository serves as a comprehensive research platform and toolkit for advancing machine learning, quantum computing, and large-scale scientific data analysis. It provides foundational frameworks for developing complex algorithmic systems, offering the necessary infrastructure for distributed training, computational graph execution, and high-performance model development. The project distinguishes itself by integrating specialized research domains with robust, privacy-preserving methodologies. It supports diverse scientific discovery through tools for quantum simulation, physics-informed

    Jupyter Notebookaimachine-learningresearch
    Auf GitHub ansehen↗38,139
  • bmild/nerfAvatar von bmild

    bmild/nerf

    10,902Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,902
  • yenchenlin/nerf-pytorchAvatar von yenchenlin

    yenchenlin/nerf-pytorch

    6,037Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,037
Alle 30 Alternativen zu Mipnerf anzeigen→

Häufig gestellte Fragen

Was macht google/mipnerf?

This repository contains the code release for Mip-NeRF: A Multiscale Representation for Anti-Aliasing Neural Radiance Fields. This implementation is written in JAX, and is a fork of Google's JaxNeRF implementation. Contact Jon Barron if you encounter any issues.

Was sind die Hauptfunktionen von google/mipnerf?

Die Hauptfunktionen von google/mipnerf sind: Neural Radiance Field Implementations, Neural Radiance Fields, Image and Data Processing.

Welche Open-Source-Alternativen gibt es zu google/mipnerf?

Open-Source-Alternativen zu google/mipnerf sind unter anderem: 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… facebookresearch/pytorch3d — PyTorch3D is a 3D geometric deep learning library and mesh processing toolkit designed for learning from point clouds… google-research/google-research — This repository serves as a comprehensive research platform and toolkit for advancing machine learning, quantum… nerfies/nerfies.github.io — This project is a computer vision pipeline and volumetric rendering system used to transform photos and videos into… nerfstudio-project/nerfstudio — Nerfstudio is a modular development framework for training, visualizing, and exporting three-dimensional scene…