MobileSAM is a model for image segmentation. It generates object masks from point or box prompts. The weights in this repository are converted for lightweight inference on consumer hardware with vision.cpp.
Example inference with vision.cpp:
vision-cli sam -m MobileSAM-F16.gguf -i input.png -p 256 480 -o mask.png --composite output.png
| Model | Description |
|---|---|
| MobileSAM-F16.gguf | Encoder + decoder, fused batch norm, NHWC memory layout, float16 |
7 commits
MobileSAM is a model for image segmentation. It generates object masks from point or box prompts. The weights in this repository are converted for lightweight inference on consumer hardware with vision.cpp.
Example inference with vision.cpp:
vision-cli sam -m MobileSAM-F16.gguf -i input.png -p 256 480 -o mask.png --composite output.png
| Model | Description |
|---|---|
| MobileSAM-F16.gguf | Encoder + decoder, fused batch norm, NHWC memory layout, float16 |
7 commits