SceneWorks commited on
Commit
fc87116
·
verified ·
1 Parent(s): 9d409c5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: sam-license
4
+ license_link: LICENSE
5
+ tags:
6
+ - segmentation
7
+ - sam3
8
+ - mlx
9
+ - mirror
10
+ ---
11
+
12
+ # SceneWorks/sam3-mlx
13
+
14
+ A **redistribution mirror** of [`facebook/sam3`](https://huggingface.co/facebook/sam3)
15
+ (Segment Anything 3) for download-on-first-use by the [SceneWorks](https://github.com/michaeltrefry) macOS worker.
16
+
17
+ The native-MLX (Rust `mlx-gen-sam3`) SAM3 segmenter loads the **stock checkpoint directly** — no
18
+ conversion — and drives text-concept Promptable Concept Segmentation ("person") for the
19
+ Replace-Person person-track pipeline (epic 4910). This mirror exists only so the app can fetch the
20
+ weights without the gated `facebook/sam3` access flow.
21
+
22
+ ## Files
23
+ - `model.safetensors` — the SAM3 checkpoint (~0.9B params, F32), byte-identical to `facebook/sam3`.
24
+ - `tokenizer.json` — the CLIP-H text tokenizer used for the concept prompt.
25
+ - `LICENSE` — the Meta **SAM License** (included as required by the license; it governs use of the Materials).
26
+
27
+ ## License
28
+ These weights are © Meta and distributed under the **SAM License** (see `LICENSE`). This mirror
29
+ redistributes them unmodified under that license. Refer to the original
30
+ [`facebook/sam3`](https://huggingface.co/facebook/sam3) model card for intended use, capabilities,
31
+ and limitations.