CoolFace
Modelpublic

Blendcap/sam-3d-body

sourceHugging Faceotherupdated 2mo agoView on Hugging Face
1likes377downloads
Model Card

SAM 3D Body (DINOv3) — BlendCap Mirror

Mirror of facebook/sam-3d-body-dinov3 for use by the BlendCap performance capture addon's installer.

Original weights and license belong to Meta. The SAM License (see LICENSE) governs use of these weights. This repository is not affiliated with or endorsed by Meta.

License — read before downloading

By downloading or using the files in this repository you accept the license terms that govern them. Under the SAM License's own terms (Section 6), the agreement commences upon acceptance of the agreement or access to the materials. A copy is included in this repository as LICENSE; the convenience copies below keep their own licenses (LICENSE_YOLO_AGPL.txt, LICENSE_MOGE_MIT.txt).

In short: commercial use is permitted royalty-free, redistribution must carry the license text along, use must comply with the license's restrictions (including its trade-control and weapons-related prohibitions), and everything is provided as-is with no warranty.

Files

SAM 3D Body (DINOv3) — primary

FileSizeDescriptionLicense
model.ckpt2.1 GBMain SAM 3D Body checkpoint (DINOv3 backbone)SAM License (see LICENSE)
assets/mhr_model.pt696 MBMHR (Meta Human Rig) parametric modelSAM License (see LICENSE)
model_config.yaml1.5 KBModel configurationSAM License (see LICENSE)

Convenience copies — pinned versions of upstream models

FileSizeSourceLicense
yolo11m-pose.pt42 MBYOLO11m-pose from UltralyticsAGPL-3.0 (see LICENSE_YOLO_AGPL.txt)
moge-2-vits-normal.pt140 MBMoGe-2 ViT-S Normal from MicrosoftMIT (see LICENSE_MOGE_MIT.txt)

The SAM 3D Body files mirror the original facebook/sam-3d-body-dinov3 repo unmodified. YOLO and MoGe copies are pinned snapshots from their respective upstream sources, included so the installer's first-run flow can pull all PyTorch weights from one place.

Source

Original repo: facebook/sam-3d-body-dinov3 (gated — requires HF account + Meta license acceptance).

Note on "Unsafe" file labels

HuggingFace flags .pt/.pth files as "unsafe" by default because the pickle format CAN contain executable code. This label applies to mhr_model.pt and yolo11m-pose.pt in this repo. These files are bit-for-bit identical to their upstream sources (Meta's SAM 3D Body and Ultralytics YOLO11) where the same warning appears. No code modifications.