prince-canuma commited on
Commit
bcd63fd
verified
1 Parent(s): 555974b

Add SAM License disclaimer

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -108,3 +108,15 @@ python -m mlx_vlm.models.sam3.track_video --video input.mp4 --prompt "a car" --m
108
  ## Original Model
109
 
110
  [facebook/sam3](https://huggingface.co/facebook/sam3) 路 [Paper](https://ai.meta.com/blog/segment-anything-model-3/) 路 [Code](https://github.com/facebookresearch/sam3)
 
 
 
 
 
 
 
 
 
 
 
 
 
108
  ## Original Model
109
 
110
  [facebook/sam3](https://huggingface.co/facebook/sam3) 路 [Paper](https://ai.meta.com/blog/segment-anything-model-3/) 路 [Code](https://github.com/facebookresearch/sam3)
111
+
112
+
113
+ ## License
114
+
115
+ The original SAM3 model weights are released by Meta under the [**SAM License**](https://huggingface.co/facebook/sam3/blob/main/LICENSE), a custom permissive license that grants a non-exclusive, worldwide, royalty-free license to use, reproduce, distribute, and modify the SAM Materials. Key points:
116
+
117
+ - Commercial and research use is permitted
118
+ - Derivative works must include a copy of the SAM License and attribution to Meta
119
+ - Provided "AS IS" without warranty
120
+ - Subject to applicable trade controls
121
+
122
+ This MLX conversion is a derivative work. By using it, you agree to the terms of Meta's SAM License. See the [full license text](https://huggingface.co/facebook/sam3/blob/main/LICENSE) for details.