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
·
facebookresearch avatar

facebookresearch/sam-3d-objects

0
View on GitHub↗
6,012 Stars·662 Forks·Python·other·10 Aufrufe

Sam 3d Objects

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 coordinate frame.

The pipeline is end-to-end differentiable, combining segmentation, reconstruction, alignment, and texture recovery for joint optimization from monocular input. It uses learned parametric models and geometric reasoning to estimate 3D shape, pose, and texture from a single view.

Features

  • 3D Reconstruction - Uses a promptable foundation model to recover 3D objects and humans from a single image.
  • 3D Human Mesh Recovery - Produces a full 3D human mesh from a single image using a promptable foundation model.
  • Prompt-Guided Reconstructions - Uses segmentation prompts to guide which objects in an image get reconstructed into 3D models.
  • Single-Image 3D Reconstructions - Converts masked objects in a single photograph into full 3D models with pose, shape, texture, and layout.
  • Multi-Object Scene Alignments - Aligns multiple 3D reconstructions of objects and humans from the same image into a shared coordinate space.
  • Shared Coordinate Space Alignments - Aligns multiple 3D reconstructions from the same image into a shared coordinate space for scene-level understanding.
  • Single-Image Scene Alignments - Combines 3D object and human reconstructions from the same image into a shared coordinate space.
  • Single-View Shape and Texture Estimations - Estimates 3D shape, pose, and texture from a single image using learned parametric models.
  • Differentiable 3D Reconstruction Pipelines - Combines segmentation, reconstruction, and alignment in a differentiable framework for joint optimization.
  • Promptable 2D-to-3D Segmentations - Uses a promptable segmentation model to isolate objects and humans before 3D reconstruction.
  • Mask-Guided Object Reconstructions - Reconstructs individual objects as complete 3D models with pose and shape from masked image regions.
  • Textured Mesh Optimizations - Recovers surface texture and spatial layout from monocular input using differentiable rendering and optimization.
  • Multi-Reconstruction Scene Alignments - Aligns independently reconstructed 3D objects and humans into a common coordinate frame using camera and scene geometry.

Star-Verlauf

Star-Verlauf für facebookresearch/sam-3d-objectsStar-Verlauf für facebookresearch/sam-3d-objects

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 Sam 3d Objects

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Sam 3d Objects.
  • facebookresearch/sam-3d-bodyAvatar von facebookresearch

    facebookresearch/sam-3d-body

    2,628Auf GitHub ansehen↗

    sam-3d-body is a machine learning framework for 3D human mesh recovery and pose estimation. It utilizes a 3D human mesh recovery model to reconstruct full-body meshes, including the body, hands, and feet, from a single image. The project implements a specialized extension of the Segment Anything Model to guide the extraction and refinement of human body shapes. This integration allows for prompt-guided mesh recovery, where 2D masks and keypoints constrain the inference of 3D pose and shape parameters. The system covers a range of computer vision capabilities, including 3D spatial alignment t

    Python
    Auf GitHub ansehen↗2,628
  • tencentarc/instantmeshAvatar von TencentARC

    TencentARC/InstantMesh

    4,431Auf GitHub ansehen↗

    InstantMesh is a neural 3D reconstruction tool and single-image 3D mesh generator. It utilizes a sparse-view large reconstruction model to convert a single two-dimensional image into a three-dimensional object mesh. The system functions as a textured 3D mesh exporter, saving generated objects with either vertex colors or full texture maps for use in external rendering software. The framework covers a range of capabilities including feed-forward geometry inference, single-image depth estimation, and neural radiance fields. It also supports differentiable mesh rendering and workflows for spars

    Python
    Auf GitHub ansehen↗4,431
  • nv-tlabs/get3dAvatar von nv-tlabs

    nv-tlabs/GET3D

    4,441Auf GitHub ansehen↗

    GET3D is a generative 3D mesh model and rendering framework designed to synthesize high-quality textured shapes and tetrahedral meshes. It functions as an image-to-3D reconstructor and text-to-3D generator, utilizing a differentiable 3D renderer to produce realistic visual perspectives and material effects. The system enables the creation of 3D assets from single 2D images, point clouds, or descriptive text prompts. It features a latent space interpolator for creating smooth transitions between different 3D objects and supports the independent control of geometry and texture. The project cov

    Python
    Auf GitHub ansehen↗4,441
  • facebookresearch/map-anythingAvatar von facebookresearch

    facebookresearch/map-anything

    2,915Auf GitHub ansehen↗

    Map-anything is a 3D scene reconstruction framework and neural geometry estimator designed to transform two-dimensional images into metric three-dimensional spatial representations using feed-forward neural networks. It provides a specialized toolkit for predicting camera intrinsics and ray directions from single images without requiring external geometric metadata. The project includes a 3D model benchmarking suite that utilizes a unified model wrapper to standardize outputs from diverse reconstruction models. This allows for consistent evaluation and accuracy measurement across various spat

    Python3d-reconstructionaicalibration
    Auf GitHub ansehen↗2,915
Alle 30 Alternativen zu Sam 3d Objects anzeigen→

Häufig gestellte Fragen

Was macht facebookresearch/sam-3d-objects?

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.

Was sind die Hauptfunktionen von facebookresearch/sam-3d-objects?

Die Hauptfunktionen von facebookresearch/sam-3d-objects sind: 3D Reconstruction, 3D Human Mesh Recovery, Prompt-Guided Reconstructions, Single-Image 3D Reconstructions, Multi-Object Scene Alignments, Shared Coordinate Space Alignments, Single-Image Scene Alignments, Single-View Shape and Texture Estimations.

Welche Open-Source-Alternativen gibt es zu facebookresearch/sam-3d-objects?

Open-Source-Alternativen zu facebookresearch/sam-3d-objects sind unter anderem: facebookresearch/sam-3d-body — sam-3d-body is a machine learning framework for 3D human mesh recovery and pose estimation. It utilizes a 3D human… tencentarc/instantmesh — InstantMesh is a neural 3D reconstruction tool and single-image 3D mesh generator. It utilizes a sparse-view large… nv-tlabs/get3d — GET3D is a generative 3D mesh model and rendering framework designed to synthesize high-quality textured shapes and… facebookresearch/map-anything — Map-anything is a 3D scene reconstruction framework and neural geometry estimator designed to transform… cleardusk/3ddfa — 3DDFA is a 3D face reconstruction tool that generates three-dimensional facial meshes and 68 structural landmarks from… facebookresearch/densepose — DensePose is a 3D human pose estimation framework designed to map 2D image pixels to a 3D surface-based model of the…