Add README.md
Browse files
README.md
CHANGED
|
@@ -21,6 +21,8 @@ tags:
|
|
| 21 |
|
| 22 |
Lightweight Segment Anything. Tap any point to generate a segmentation mask. ViT-Tiny encoder + lightweight decoder. ~60× smaller than SAM.
|
| 23 |
|
|
|
|
|
|
|
| 24 |
Core ML conversion of [ChaoningZhang/MobileSAM](https://github.com/ChaoningZhang/MobileSAM) for on-device inference on iPhone, iPad and Mac. Converted with `coremltools`; the packages are stateless, so all sequencing and buffering lives in your Swift code.
|
| 25 |
|
| 26 |
| | |
|
|
|
|
| 21 |
|
| 22 |
Lightweight Segment Anything. Tap any point to generate a segmentation mask. ViT-Tiny encoder + lightweight decoder. ~60× smaller than SAM.
|
| 23 |
|
| 24 |
+
<p><img src="https://huggingface.co/mlboydaisuke/MobileSAM-CoreML/resolve/main/media/2ae4448e16.gif" alt="MobileSAM demo"></p>
|
| 25 |
+
|
| 26 |
Core ML conversion of [ChaoningZhang/MobileSAM](https://github.com/ChaoningZhang/MobileSAM) for on-device inference on iPhone, iPad and Mac. Converted with `coremltools`; the packages are stateless, so all sequencing and buffering lives in your Swift code.
|
| 27 |
|
| 28 |
| | |
|