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
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
vt-vl-lab avatar

vt-vl-lab/3d-photo-inpainting

0
View on GitHub↗
7,081 Stars·1,130 Forks·Python·9 Aufrufeshihmengli.github.io/3D-Photo-Inpainting↗

3d Photo Inpainting

Dieses Projekt ist ein RGB-D-Image-Inpainting-Tool und Framework für die 3D-Fotorekonstruktion. Es transformiert einzelne 2D-Bilder in 3D-Inhalte, indem es monokulare Tiefe schätzt und fehlende Farb- und Tiefendaten synthetisiert, um verdeckte Bereiche aufzufüllen.

Das System verwendet eine Layered-Depth-Image-Repräsentation, um Szenengrenzen und Pixelkonnektivität zu verwalten. Dies ermöglicht die Synthese neuartiger Ansichten und die Generierung von Videos, die Bewegungsparallaxeneffekte aus verschiedenen Kameraperspektiven simulieren.

Das Projekt deckt eine Reihe räumlicher Modellierungsfähigkeiten ab, einschließlich Tiefenkartenschätzung, Disparitäts-basierter Diskontinuitätsisolierung und der Generierung von Graph-basierten Meshes. Diese verarbeiteten Bilder können als 3D-Meshes im PLY-Format für die Verwendung in Grafik-Engines exportiert werden.

Features

  • Inpainting Tools - Implements a system to synthesize missing color and depth data from single RGB-D images to create complete 3D photos.
  • Single-Image 3D Reconstructions - Creates a complete 3D digital model from a single photograph by filling hidden or occluded areas.
  • Monocular Depth Estimators - Uses pre-trained models to infer three-dimensional spatial depth from a single two-dimensional image.
  • Depth Estimation - Provides algorithms for predicting pixel-dense depth information from single input images to guide 3D reconstruction.
  • Image Inpainting - Implements generative neural networks to fill missing image regions and restore backgrounds in occluded areas.
  • Novel View Synthesis Engines - Generates high-quality novel viewpoints from a single image using multi-layer representations.
  • Multi-View Video Synthesis - Generates sequences of images from various camera angles to demonstrate motion parallax effects.
  • Novel View Synthesizers - Generates new perspectives of a scene by projecting multi-layer depth images from shifted camera positions.
  • Layered Depth Image Processors - Transforms 2D images into multi-layer structures that maintain pixel connectivity for motion parallax effects.
  • Layered Depth Image Representations - Transforms single depth-aware images into multi-layer representations to fill occluded areas and enable novel view synthesis.
  • 3D Mesh Generators - Converts depth-aware images into inpainted 3D meshes in PLY format for use in graphics engines.
  • Connectivity-Based Inpainting - Fills occluded areas by leveraging neighboring pixel data and updating masks of valid regions to ensure consistency.
  • Depth Discontinuity Detectors - Identifies and removes edges between pixels with significant disparity differences to detect occlusions and scene boundaries.
  • Depth-to-Mesh Generation - Exports depth-aware image data into a standard mesh format for use in graphics engines and 3D software.
  • Disparity-Based Discontinuity Detection - Identifies scene boundaries and occlusions by detecting pixels with significant differences in depth values.
  • Graph-based Mesh Generation - Converts depth-aware images and camera intrinsics into a graph-based mesh of nodes and edges to model spatial structure.
  • Mesh Exporters - Provides utilities for saving generated 3D geometry in standard PLY format for use in graphics engines.
  • Image Inpainting Models - Context-aware layered depth inpainting for 3D photography.
  • Image inpainting - Listed in the “Image inpainting” section of the Ailia Models awesome list.

Star-Verlauf

Star-Verlauf für vt-vl-lab/3d-photo-inpaintingStar-Verlauf für vt-vl-lab/3d-photo-inpainting

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

Häufig gestellte Fragen

Was macht vt-vl-lab/3d-photo-inpainting?

Dieses Projekt ist ein RGB-D-Image-Inpainting-Tool und Framework für die 3D-Fotorekonstruktion. Es transformiert einzelne 2D-Bilder in 3D-Inhalte, indem es monokulare Tiefe schätzt und fehlende Farb- und Tiefendaten synthetisiert, um verdeckte Bereiche aufzufüllen.

Was sind die Hauptfunktionen von vt-vl-lab/3d-photo-inpainting?

Die Hauptfunktionen von vt-vl-lab/3d-photo-inpainting sind: Inpainting Tools, Single-Image 3D Reconstructions, Monocular Depth Estimators, Depth Estimation, Image Inpainting, Novel View Synthesis Engines, Multi-View Video Synthesis, Novel View Synthesizers.

Welche Open-Source-Alternativen gibt es zu vt-vl-lab/3d-photo-inpainting?

Open-Source-Alternativen zu vt-vl-lab/3d-photo-inpainting sind unter anderem: bytedance-seed/depth-anything-3 — Depth-Anything-3 is a collection of core model implementations for depth prediction, multi-view geometry estimation,… apple/ml-sharp — ml-sharp is a neural radiance field framework designed for single-image 3D reconstruction. It uses a neural network to… isl-org/midas — MiDaS is a PyTorch computer vision library and monocular depth estimation model designed to predict scene depth from… depthanything/depth-anything-v2 — Depth-Anything-V2 is a computer vision foundation model designed for general-purpose spatial understanding and depth… aaronjackson/vrn — vrn is a 3D face reconstruction tool that generates three-dimensional volumetric representations of human faces from… nv-tlabs/get3d — GET3D is a generative 3D mesh model and rendering framework designed to synthesize high-quality textured shapes and…

Open-Source-Alternativen zu 3d Photo Inpainting

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit 3d Photo Inpainting.
  • bytedance-seed/depth-anything-3Avatar von ByteDance-Seed

    ByteDance-Seed/Depth-Anything-3

    4,412Auf GitHub ansehen↗

    Depth-Anything-3 is a collection of core model implementations for depth prediction, multi-view geometry estimation, and RGB-D spatial pipelines. It includes a monocular depth estimation model for predicting depth maps from single images or video, and a 3D Gaussian splatting generator that predicts parameters to synthesize high-fidelity novel views of a scene. The project provides a multi-view geometry estimator for calculating spatially consistent depth and camera poses across synchronized visual inputs. It also functions as a visual SLAM enhancement tool designed to reduce drift and improve

    Python
    Auf GitHub ansehen↗4,412
  • apple/ml-sharpAvatar von apple

    apple/ml-sharp

    7,638Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗7,638
  • depthanything/depth-anything-v2Avatar von DepthAnything

    DepthAnything/Depth-Anything-V2

    8,320Auf GitHub ansehen↗

    Depth-Anything-V2 is a computer vision foundation model designed for general-purpose spatial understanding and depth perception. It functions as a monocular depth estimation model that predicts relative and absolute depth maps from single images or video sequences. The project provides specialized tools for both relative depth estimation and metric depth calculation, allowing for the determination of absolute physical distances in indoor and outdoor environments. It includes a video depth estimation framework that ensures temporal consistency across sequential frames to maintain stable depth

    Pythonmonocular-depth-estimation
    Auf GitHub ansehen↗8,320
  • isl-org/midasAvatar von isl-org

    isl-org/MiDaS

    5,411Auf GitHub ansehen↗

    MiDaS is a PyTorch computer vision library and monocular depth estimation model designed to predict scene depth from single images. It functions as a scene depth predictor that computes distance maps to determine object proximity to the camera. The project enables zero-shot depth transfer, allowing the model to be applied to new datasets or environments without additional training data. It focuses on relative depth regression to predict scale-invariant depth maps. The library includes a real-time depth visualizer for capturing live camera feeds and displaying corresponding depth maps. It als

    Pythondeeplearningmonocular-depth-estimationsingle-image-depth-prediction
    Auf GitHub ansehen↗5,411
  • Alle 30 Alternativen zu 3d Photo Inpainting anzeigen→