For KI-Tool zur Generierung von 3D-Modellen, the strongest matches are apple/ml-sharp (ml-sharp is a neural radiance field framework that reconstructs), threestudio-project/threestudio (Threestudio is a generative AI framework that takes images) and nerfstudio-project/nerfstudio (Nerfstudio is a modular framework for neural scene reconstruction). xxlong0/wonder3d and yenchenlin/nerf-pytorch round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.
Wir kuratieren Open-Source GitHub Repositories passend zu „ai tools to generate 3d models from images“. Die Ergebnisse sind nach Relevanz für deine Suche sortiert — nutze die Filter unten oder verfeinere die Suche mit KI.
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
ml-sharp is a neural radiance field framework that reconstructs 3D geometry and appearance from a single image, directly matching the visitor's need for AI-based 3D model generation from images—it supports single-image to 3D, NeRF representations, and real-time novel view synthesis.
Threestudio is a 3D generative AI framework designed to create three-dimensional assets from text prompts and images. It provides specialized pipelines for text-to-3D generation and image-to-3D reconstruction, utilizing a neural radiance field trainer to produce geometry and textures. The framework is distinguished by its support for hybrid geometry backends, including signed distance functions, tetrahedra grids, and volume grids. It employs score distillation sampling to guide the generation process and features a modular plugin system for loading custom modules and nodes. The system covers
Threestudio is a generative AI framework that takes images as input to create 3D assets, supporting NeRFs, mesh output, and texture generation, which matches the core need for AI-based 3D model generation from images.
Nerfstudio is a modular development framework for training, visualizing, and exporting three-dimensional scene representations derived from two-dimensional image datasets. It provides a neural scene reconstruction pipeline that converts raw images and camera data into high-fidelity 3D assets and cinematic video using a differentiable volumetric renderer. The system features an interactive web-based visualizer that allows users to monitor training progress and inspect neural scene geometry in real time. It decouples neural network architectures from the training loop through a standardized mod
Nerfstudio is a modular framework for neural scene reconstruction that converts image datasets into 3D assets (meshes, NeRFs, point clouds) with differentiable rendering, pretrained models, and export tools, squarely matching the intent to generate 3D from images with NeRF and mesh support.
Wonder3D is a diffusion-based system for single image 3D reconstruction. It generates high-detail 3D meshes from a single input image by producing consistent multi-view normal maps and color images. The pipeline functions as a multi-view normal map generator and a textured mesh extractor. It uses cross-domain multi-view synthesis to create view-dependent maps, which are then converted into 3D geometry through radiance fusion and memory-efficient surface reconstruction. The project covers 3D mesh generation, multi-view generation, and textured 3D modeling. It also includes capabilities for tr
Wonder3D is a diffusion-based system that takes a single image and generates detailed 3D meshes with textures via multi-view normal maps and radiance fusion, directly matching the visitor's request for AI-driven 3D model generation from images.
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
A PyTorch implementation of NeRF that reconstructs 3D scenes from multiple input images with camera poses, supporting novel view synthesis and mesh extraction via volumetric rendering, fitting your multi-view reconstruction need.
This project is a diffusion-based 3D generator and image-to-3D reconstruction system. It translates natural language descriptions or two-dimensional images into three-dimensional assets using neural radiance fields and diffusion models. The system utilizes score-distillation sampling and diffusion-based guidance to refine 3D shapes without requiring 3D training data. It includes specialized tools for transforming neural representations into exportable meshes with texture and material data, as well as a pipeline for iterative optimization of geometry and textures. The project covers a broad r
Stable-Dreamfusion is an open-source diffusion-based system that generates 3D assets from images (and text) using score-distillation sampling, producing exportable meshes with textures and supporting NeRFs, directly matching the search for image-to-3D generation tools.
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
NeRF is the foundational framework for synthesizing 3D neural radiance fields and extracting meshes from multiple posed images, fitting the core category of image-to-3D generation, though it requires multiple views rather than a single image and does not provide pretrained models.
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
PyTorch3D is a library for 3D deep learning that provides differentiable rendering, NeRF training, and mesh optimization, so it can be used to build AI tools that generate 3D models from images, but it requires custom code rather than being a ready-to-use tool.
SAM 3D Objects is a promptable foundation model that recovers 3D objects and human meshes from single images. It converts masked objects in a single photograph into full 3D models with pose, shape, texture, and layout, while also producing complete 3D human body meshes from the same input. The system integrates promptable segmentation to isolate objects and humans before reconstruction, then aligns the independently reconstructed 3D elements into a shared coordinate space. This enables scene-level understanding where multiple 3D reconstructions from the same image coexist in a common coordina
This repository provides a promptable foundation model that recovers 3D objects and human meshes from single images, producing textured mesh outputs with differentiable rendering, making it a solid fit for single-image to 3D generation even though it does not directly support multi-view reconstruction or NeRF.
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.
Mip-NeRF generates a 3D neural radiance field from multiple input images, which is a core method in AI-based 3D model generation, though it does not directly produce meshes or support single-image input.
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
Nerfies is a neural radiance field pipeline that reconstructs high-fidelity 3D models from photos and videos, squarely matching the intent of generating 3D representations from images, though it focuses on multi-view deformable scenes rather than single-image input or direct mesh output.
This project is an RGB-D image inpainting tool and framework for 3D photo reconstruction. It transforms single 2D images into 3D content by estimating monocular depth and synthesizing missing color and depth data to fill occluded regions. The system uses a layered depth image representation to manage scene boundaries and pixel connectivity. This allows for novel view synthesis, enabling the generation of videos that simulate motion parallax effects from different camera perspectives. The project covers a range of spatial modeling capabilities, including depth map estimation, disparity-based
This repository generates 3D content from a single image via depth estimation and layered-depth inpainting, producing meshes and novel views—squarely the single-image-to-3D part of your search, though it does not cover multi-view reconstruction, NeRFs, or texture generation.
PRNet is a Python library for 3D facial reconstruction. It uses a deep learning regression model to predict 3D facial geometry and vertex colors from a single 2D input image to generate a textured mesh. The project provides tools for digital face swapping, allowing the replacement of a target face with a new image and blending textures to match the original pose. It also includes a framework for face texture swapping and blending to fit specific 3D poses. Additional capabilities cover facial analysis, including the detection and alignment of facial landmarks and the estimation of head pose a
PRNet is a focused tool for single-image 3D facial reconstruction, generating a textured mesh via deep learning — it squarely fits the category of AI-based 3D model generation from images, but is restricted to faces and doesn't cover multi-view reconstruction or NeRFs.
TripoSR is a single-image 3D reconstruction system that generates a high-quality textured mesh from one photograph in under half a second. It uses a feedforward neural network to process a single image through a transformer architecture, compressing the input into a compact latent vector that conditions the entire reconstruction pipeline. The system outputs a separate UV texture map with configurable resolution, replacing vertex colors for higher-quality surface detail. The project is built around an end-to-end differentiable pipeline that trains the entire reconstruction system from image in
TripoSR generates a textured 3D mesh from a single photograph using a feedforward transformer, fitting the core need for AI-based 3D model generation from images, though it focuses on single-view input and does not cover multi-view or NeRF.
pifuhd is a 3D human reconstruction framework that generates high-resolution 3D meshes of people from a single 2D image. It utilizes pixel-aligned implicit functions to map image pixels to 3D space, predicting surface occupancy and distance to create detailed geometry. The system includes a pipeline for creating digital human assets, moving from 2D image feature projection to the extraction of discrete triangular meshes. It features specialized tools for refining these models, including a post-processor that removes geometric artifacts by isolating the largest connected component of the mesh.
pifuhd generates high-resolution 3D meshes of people from a single 2D image using learned implicit functions, making it a focused single-image-to-3D reconstruction tool—it covers mesh output and pretrained models but lacks multi-view, NeRF, and texture generation.
SDF-SRN: Learning Signed Distance 3D Object Reconstruction from Static Images 🎯 (NeurIPS 2020)
SDF-SRN reconstructs 3D signed distance fields from static images, producing mesh-ready models — a valid AI‑based 3D‑from‑image tool, though focused on single‑image input and implicit surfaces rather than NeRFs or multi‑view reconstruction.
| Repository | Stars | Sprache | Lizenz | Letzter Push |
|---|---|---|---|---|
| apple/ml-sharp | 7.6K | Python | other | |
| threestudio-project/threestudio | 7K | Jupyter Notebook | Apache-2.0 | |
| nerfstudio-project/nerfstudio | 11.7K | Python | Apache-2.0 | |
| xxlong0/wonder3d | 5.4K | Python | MIT | |
| yenchenlin/nerf-pytorch | 6K | Python | MIT | |
| ashawkey/stable-dreamfusion | 8.8K | Python | Apache-2.0 | |
| bmild/nerf | 10.9K | Jupyter Notebook | MIT | |
| facebookresearch/pytorch3d | 9.9K | Python | NOASSERTION | |
| facebookresearch/sam-3d-objects | 6K | Python | other | |
| google/mipnerf | 939 | Python | Apache-2.0 |