Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# SAM3 MLX Examples
|
| 2 |
|
| 3 |
Example scripts demonstrating how to use SAM3 MLX for segmentation tasks.
|
|
@@ -48,4 +55,4 @@ Coming soon: Refine existing masks with additional mask prompts.
|
|
| 48 |
|
| 49 |
## Batch Processing
|
| 50 |
|
| 51 |
-
Coming soon: Process multiple images efficiently.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model:
|
| 4 |
+
- facebook/sam3
|
| 5 |
+
tags:
|
| 6 |
+
- mlx
|
| 7 |
+
---
|
| 8 |
# SAM3 MLX Examples
|
| 9 |
|
| 10 |
Example scripts demonstrating how to use SAM3 MLX for segmentation tasks.
|
|
|
|
| 55 |
|
| 56 |
## Batch Processing
|
| 57 |
|
| 58 |
+
Coming soon: Process multiple images efficiently.
|