Meta SAM 3D reconstructing a 3D model from a single 2D photo

Meta SAM 3D

instantly generate 3D reconstructions from a single 2D image.
SAM 3D is Meta's open-source AI that rebuilds full 3D objects and human bodies from a single ordinary photo. Here is what it does, how the two models differ, and where it still falls short.
Popularity Score
80%
90/100
Easy To Use
80/100
AI Quality
85/100
Speed
86/100
Integrations
95/100
Value for Money
38/100
Customer Support
In This Guide

What Is Meta SAM 3D?

SAM 3D is an open-source AI model from Meta that reconstructs the full 3D shape, texture, and layout of things from a single flat photo. Released in November 2025 alongside Segment Anything Model 3, it brings what Meta calls common-sense 3D understanding to ordinary images.

The challenge it tackles is old and hard. A single photo has no depth, objects hide behind each other, and one viewpoint can’t show the back of anything. Humans infer 3D shape from a glance without thinking; machines have struggled with it for decades. SAM 3D closes much of that gap.

“We present SAM 3D, a generative model for visually grounded 3D object reconstruction, predicting geometry, texture, and layout from a single image.”

How Does Meta SAM 3D Work?

You give it a single RGB image and a mask marking your target object. SAM 3D then predicts the object’s full geometry, synthesises its texture, and works out where it sits in the scene, including the parts the camera never saw.

The breakthrough is in the training. 3D data has always been scarce, which held the whole field back. Meta built a human-and-model-in-the-loop pipeline: the model proposes 3D reconstructions, humans pick the best, and that feedback trains the next round. People can’t easily sculpt a 3D mesh from scratch, but they can reliably choose the best option from several, and that insight let Meta break the 3D data barrier.

SAM 3D Body works differently, using a transformer encoder-decoder and a parametric model called the Momentum Human Rig to predict human pose and mesh directly from the image.

Key Meta SAM 3D Features

  • Single-Image 3D
    • Full geometry, texture, and layout from one ordinary photo, including the parts the camera never saw, like the back of an object. No depth sensor or multiple angles needed.
  • SAM 3D Objects
    • Reconstructs general objects and scenes, and holds up on messy real-world images, not just clean studio shots. Cluttered or partly hidden objects still come out well.
  • SAM 3D Body
    • Captures accurate human pose and shape from a single image using the Momentum Human Rig, even when someone is in an unusual posture or partly blocked.
  • Handles Occlusion
    • Built for real-world photos where objects hide behind each other. It infers the missing structure from context instead of failing on the hidden parts.
  • Shared Scenes
    • Places multiple people and objects together in one coherent 3D space, so you rebuild a whole moment rather than isolated models.
  • Fully Open Source
    • Code, checkpoints, inference pipelines, and a live demo are all released, so anyone can build on it freely rather than paying for API access.

Who Should Use Meta SAM 3D?

Best suited for: developers and researchers in computer vision, AR and e-commerce teams building product previews, game and animation studios needing fast 3D assets, and robotics or motion-analysis projects.

Not ideal for: non-technical users wanting a one-click app, anyone needing full-scene reconstruction of rooms and buildings, and projects that require multiple interacting objects reasoned about together, which it does not yet do.

How Meta SAM 3D Converts a 2D Photo Into 3D

The core problem
A flat photo is missing the one thing 3D needs: depth. A single camera angle shows you the front of a chair but never the back, and objects overlap and hide each other. For decades, turning one image into an accurate 3D model was considered close to impossible; you were asking a machine to invent information that isn’t in the picture. Humans do this effortlessly; if you see a photo of a mug, your brain fills in the hidden handle and the unseen far side without trying. Machines couldn’t, until models like this.

What actually happens, step by step

  • You give it two things: a single RGB photo and a mask marking the object you want. The mask tells SAM 3D what to reconstruct: the sofa, not the whole living room.
  • It reads the context. Rather than measuring depth (it can’t; the data isn’t there), it recognises what the object is and reasons about what a complete version looks like, using visual cues from the rest of the scene. This is why Meta calls it “common-sense” 3D understanding.
  • It generates shape and pose first. SAM 3D Objects runs a two-stage process: the first stage predicts the object’s 3D geometry and how it’s oriented in space.
  • Then it refines texture and detail. The second stage adds the surface colour, material, and fine detail mapped onto the geometry. Earlier models failed badly here, producing blurry or smeared textures. Fixing this was one of SAM 3D’s biggest advances.
  • It places the object in the scene. The output isn’t just a floating model; SAM 3D understands where the object sits relative to everything else, so it can be positioned correctly in a shared space.

Imperial AI Tools Feedback

SAM 3D is a genuine step-change, not an incremental update. Pulling a textured, complete 3D model from a single cluttered photo is something the field has chased for years, and Meta’s 5:1 preference win over prior methods backs the claim. Making it open source, with code and checkpoints released, matters as much as the model itself, because it hands the capability to everyone rather than locking it behind an API.

The honest limits are the ones Meta states itself. Objects are reconstructed one at a time, with no reasoning about how they touch or overlap. It doesn’t rebuild full scenes, only the objects and people in them. And it is a research model, so using it beyond the demo means running code, not clicking a button.

Our view: a landmark release for anyone working in 3D, AR, or computer vision. If you want a consumer app that turns your photo into a printable model with one tap, this is the engine that will power those tools, not the tool itself yet.

What Could Come Next

  • Multi-object reasoning so scenes with contact and overlap reconstruct together.
  • Full-scene reconstruction including walls, floors, and environments.
  • A simpler consumer-facing app for non-developers.
  • Faster inference for real-time AR use.
  • Wider export formats for game and 3D-print pipelines.

Capabilities

What Meta SAM 3D Can Do

Six capabilities that turn a single flat photo into usable 3D.

Image to 3D

Reconstructs full geometry, texture, and layout from one ordinary 2D photo.

Object Reconstruction

SAM 3D Objects rebuilds items and scenes, even cluttered or partly hidden ones.

Body Reconstruction

SAM 3D Body captures human pose and shape using the Momentum Human Rig.

Occlusion Handling

Infers the hidden parts of objects that a single camera angle never sees.

Shared Scenes

Places multiple people and objects together in one coherent 3D space.

Open Source

Full code, checkpoints, and inference pipelines released for anyone to use.

Use cases

Who Uses Meta SAM 3D

From AR shopping to robotics, SAM 3D powers anyone turning images into 3D.

E-Commerce Teams

Place 3D product previews, like furniture, in a shopper's room through AR.

Game Studios

Generate 3D assets from reference images without manual modelling.

Robotics Teams

Improve environment understanding and generate synthetic training data.

Researchers

Build on an open foundation model for computer-vision and 3D work.

Health & Motion

Analyse human pose and movement for physical therapy and biomechanics.

Animators

Turn reference photos into posed 3D models for animation pipelines.

The honest verdict

Meta SAM 3D Pros and Cons

A balanced look at where SAM 3D leads and where it still has gaps.

The good

Pros

Single-image 3D

Full 3D from one ordinary photo.

State of the art

5:1 preference win over prior methods.

Handles clutter

Works on real, occluded, in-the-wild images.

Fully open source

Code and checkpoints freely released.

Two models

Objects and human bodies both covered.

The not-so-good

Cons

One object at a time

No joint multi-object reasoning.

No full scenes

Doesn't rebuild walls, floors, rooms.

No contact logic

Ignores how objects touch or overlap.

Developer-focused

Not a one-click consumer app.

Needs compute

Full use requires running the code.

FAQ

Questions everyone eventually asks.

Clear answers to the common questions people ask before choosing an AI tool.

Is Meta SAM 3D free?
Yes. SAM 3D is free and open source. Meta has released the code, model checkpoints, and inference pipelines on GitHub, and offers a live demo in the Segment Anything Playground.
What is the difference between SAM 3D Objects and SAM 3D Body?
SAM 3D Objects reconstructs general objects and scenes from an image. SAM 3D Body focuses specifically on human body shape and pose, using a parametric model called the Momentum Human Rig for accurate results.
What can Meta SAM 3D be used for?
It powers e-commerce AR previews like placing furniture in a room, plus robotics, motion and physical-therapy analysis, game asset creation, and generating synthetic 3D training data, all from ordinary photos.
How accurate is Meta SAM 3D?
In Meta's preference tests, SAM 3D achieved at least a 5-to-1 win rate against prior single-image reconstruction methods. It handles cluttered and partially hidden objects well, though it is not flawless.
What are the limits of Meta SAM 3D?
SAM 3D Objects reconstructs one object at a time and does not reason about physical contact between objects. It does not rebuild full scenes such as walls and floors, focusing on the objects and people within an image.
Keep reading

Explore More AI Tools.

Editor-tested tools that pair well with this one.

Microsoft Copilot Review showing the AI assistant interface on a dual-monitor office workstation with productivity tools.

Microsoft Copilot

Microsoft Copilot is an AI assistant that works inside Word, Excel, PowerPoint, Outlook, and Teams. Its real advantage is not...
SpyFu dashboard displayed on a modern desktop setup showing keyword research, competitor analysis, SEO metrics, and the text “SpyFu Review.”

SpyFu

SpyFu shows you the keywords, ads, and ad spend behind your competitors, backed by more than ten years of stored...
Similarweb Review showing a website traffic analytics dashboard with visitor trends, traffic sources, engagement, countries, and competitor data.

Similarweb

Similarweb is an AI-powered digital data platform that estimates website traffic, app performance and search visibility across millions of domains,...
Get Weekly AI Tools & Expert Prompts.

10,000+ readers · Spam-free since 2026

Scroll to Top