Arcomade commited on
Commit
fa738e3
·
verified ·
1 Parent(s): 6de9adf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -6
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  license: other
3
  license_name: sam-license
4
- license_link: https://ai.meta.com/sam2/license/
5
  tags:
6
  - sam-3d-body
7
  - 3d-body
@@ -12,11 +12,15 @@ base_model:
12
 
13
  # SAM 3D Body (DINOv3) — BlendCap Mirror
14
 
15
- Mirror of [facebook/sam-3d-body-dinov3](https://huggingface.co/facebook/sam-3d-body-dinov3) for use by the [BlendCap](https://github.com/Arcomade/BlendCap) performance capture addon's paid installer.
16
 
17
- Original weights and license belong to Meta. The SAM License (see `LICENSE`) governs use of these weights.
18
 
19
- **Free GitHub release users should obtain SAM 3D Body directly from [Meta's gated HuggingFace repo](https://huggingface.co/facebook/sam-3d-body-dinov3)** to explicitly accept the license themselves.
 
 
 
 
20
 
21
  ## Files
22
 
@@ -35,7 +39,7 @@ Original weights and license belong to Meta. The SAM License (see `LICENSE`) gov
35
  | `yolo11m-pose.pt` | 42 MB | YOLO11m-pose from Ultralytics | AGPL-3.0 (see `LICENSE_YOLO_AGPL.txt`) |
36
  | `moge-2-vits-normal.pt` | 140 MB | MoGe-2 ViT-S Normal from Microsoft | MIT (see `LICENSE_MOGE_MIT.txt`) |
37
 
38
- 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 paid installer's first-run flow can pull all PyTorch weights from one place.
39
 
40
  ## Source
41
 
@@ -43,4 +47,4 @@ Original repo: [facebook/sam-3d-body-dinov3](https://huggingface.co/facebook/sam
43
 
44
  ## Note on "Unsafe" file labels
45
 
46
- 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](https://huggingface.co/facebook/sam-3d-body-dinov3/tree/main/assets) and [Ultralytics YOLO11](https://huggingface.co/Ultralytics/YOLO11/tree/daa93d8d54f3f3463965b19c41e62e94a3f377d1)) where the same warning appears. No code modifications.
 
1
  ---
2
  license: other
3
  license_name: sam-license
4
+ license_link: https://huggingface.co/Blendcap/sam-3d-body/blob/main/LICENSE
5
  tags:
6
  - sam-3d-body
7
  - 3d-body
 
12
 
13
  # SAM 3D Body (DINOv3) — BlendCap Mirror
14
 
15
+ Mirror of [facebook/sam-3d-body-dinov3](https://huggingface.co/facebook/sam-3d-body-dinov3) for use by the [BlendCap](https://github.com/Arcomade/BlendCap) performance capture addon's installer.
16
 
17
+ 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.
18
 
19
+ ## License read before downloading
20
+
21
+ **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`).
22
+
23
+ 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.
24
 
25
  ## Files
26
 
 
39
  | `yolo11m-pose.pt` | 42 MB | YOLO11m-pose from Ultralytics | AGPL-3.0 (see `LICENSE_YOLO_AGPL.txt`) |
40
  | `moge-2-vits-normal.pt` | 140 MB | MoGe-2 ViT-S Normal from Microsoft | MIT (see `LICENSE_MOGE_MIT.txt`) |
41
 
42
+ 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.
43
 
44
  ## Source
45
 
 
47
 
48
  ## Note on "Unsafe" file labels
49
 
50
+ 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](https://huggingface.co/facebook/sam-3d-body-dinov3/tree/main/assets) and [Ultralytics YOLO11](https://huggingface.co/Ultralytics/YOLO11/tree/daa93d8d54f3f3463965b19c41e62e94a3f377d1)) where the same warning appears. No code modifications.