awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
facebookresearch avatar

facebookresearch/sam-3d-objects

0
View on GitHub↗
6,012 星标·662 分支·Python·other·14 次浏览

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 历史

facebookresearch/sam-3d-objects 的 Star 历史图表facebookresearch/sam-3d-objects 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Sam 3d Objects 的开源替代方案

相似的开源项目,按与 Sam 3d Objects 的功能重合度排序。
  • facebookresearch/sam-3d-bodyfacebookresearch 的头像

    facebookresearch/sam-3d-body

    2,628在 GitHub 上查看↗

    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
    在 GitHub 上查看↗2,628
  • tencentarc/instantmeshTencentARC 的头像

    TencentARC/InstantMesh

    4,431在 GitHub 上查看↗

    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
    在 GitHub 上查看↗4,431
  • nv-tlabs/get3dnv-tlabs 的头像

    nv-tlabs/GET3D

    4,441在 GitHub 上查看↗

    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
    在 GitHub 上查看↗4,441
  • facebookresearch/map-anythingfacebookresearch 的头像

    facebookresearch/map-anything

    2,915在 GitHub 上查看↗

    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
    在 GitHub 上查看↗2,915
查看 Sam 3d Objects 的所有 30 个替代方案→

常见问题解答

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.

facebookresearch/sam-3d-objects 的主要功能有哪些?

facebookresearch/sam-3d-objects 的主要功能包括: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。

facebookresearch/sam-3d-objects 有哪些开源替代品?

facebookresearch/sam-3d-objects 的开源替代品包括: 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…