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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
google avatar

google/mipnerfArchived

0
View on GitHub↗
939 estrellas·112 forks·Python·Apache-2.0·2 vistas

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.

Historial de estrellas

Gráfico del historial de estrellas de google/mipnerfGráfico del historial de estrellas de google/mipnerf

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Mipnerf

Proyectos open-source similares, clasificados según cuántas características comparten con Mipnerf.
  • facebookresearch/pytorch3dAvatar de facebookresearch

    facebookresearch/pytorch3d

    9,902Ver en 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
    Ver en GitHub↗9,902
  • google-research/google-researchAvatar de google-research

    google-research/google-research

    38,139Ver en GitHub↗

    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
    Ver en GitHub↗38,139
  • bmild/nerfAvatar de bmild

    bmild/nerf

    10,902Ver en 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
    Ver en GitHub↗10,902
  • yenchenlin/nerf-pytorchAvatar de yenchenlin

    yenchenlin/nerf-pytorch

    6,037Ver en 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
    Ver en GitHub↗6,037
Ver las 30 alternativas a Mipnerf→

Preguntas frecuentes

¿Qué hace 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.

¿Cuáles son las características principales de google/mipnerf?

Las características principales de google/mipnerf son: Neural Radiance Field Implementations, Neural Radiance Fields, Image and Data Processing.

¿Qué alternativas de código abierto existen para google/mipnerf?

Las alternativas de código abierto para google/mipnerf incluyen: 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…