facebookresearch/sam-3d-body

The repository provides code for running inference with the SAM 3D Body Model (3DB), links for downloading the trained model checkpoints and datasets, and...

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 33 minutes ago
Added to GitGenius on December 19th, 2025
Created on July 29th, 2025
Open Issues & Pull Requests: 73 (+0)
GitHub issues: Enabled
Number of forks: 419
Total Stargazers: 3,526 (+0)
Total Subscribers: 39 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 65
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 80 days
Stale 30+ days: 61
Stale 90+ days: 58

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • documentation (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

SAM 3D Body is a promptable model for single-image full-body 3D human mesh recovery that estimates pose and shape of the human body, feet, and hands from a single photograph.

The tool addresses the challenge of reconstructing accurate 3D human mesh from single images in diverse real-world conditions. It uses an encoder-decoder architecture and accepts auxiliary prompts such as 2D keypoints and masks to guide inference, similar to the SAM family of models. The model represents human anatomy using the Momentum Human Rig, a parametric mesh representation that separates skeletal structure from surface shape to improve accuracy and interpretability. Training employed a multi-stage annotation pipeline combining differentiable optimization, multi-view geometry, and dense keypoint detection.

Developers working on human pose estimation, 3D reconstruction, or body modeling applications should consider this tool. It is designed for single-image inference in varied in-the-wild conditions and supports user-guided prompting, making it suitable for applications requiring flexible, interactive mesh recovery. The repository provides trained model checkpoints, datasets, and example notebooks to facilitate adoption.

The project maintains active engagement with its user base, with nearly all open issues originating from external adopters rather than the core team, indicating substantial real-world usage. Maintainers respond to new issues and pull requests within a day. Documentation improvements dominate the issue tracker, reflecting ongoing effort to support users implementing the model.