Downloads · 30 days
298
10% of all-time downloads
apple/coreml-sam2.1-small
coreml-sam2.1-small is a mask generation model from apple. Use it for the mask generation task on the model card, and read the license before you ship it in a product. It is set up for coreml. The card lists the license as apache-2.0.
SAM 2 (Segment Anything in Images and Videos), is a collection of foundation models from FAIR that aim to solve promptable visual segmentation in images and videos. See the SAM 2 paper for more information.
Downloads · 30 days
298
10% of all-time downloads
All-time downloads
2.9K
Public
Repo size
93.9 MB
Likes
4
Public
Click a slice to open those files.
.bin93.6 MB · 100%
From the Hugging Face model README
SAM 2 (Segment Anything in Images and Videos), is a collection of foundation models from FAIR that aim to solve promptable visual segmentation in images and videos. See the SAM 2 paper for more information.
This is the Core ML version of SAM 2.1 Small, and is suitable for use with the SAM2 Studio demo app. It was converted in float16 precision using this fork of the original code repository.
Install huggingface-cli
brew install huggingface-cli
huggingface-cli download --local-dir models apple/coreml-sam2.1-small
To cite the paper, model, or software, please use the below:
@article{ravi2024sam2,
title={SAM 2: Segment Anything in Images and Videos},
author={Ravi, Nikhila and Gabeur, Valentin and Hu, Yuan-Ting and Hu, Ronghang and Ryali, Chaitanya and Ma, Tengyu and Khedr, Haitham and R{\"a}dle, Roman and Rolland, Chloe and Gustafson, Laura and Mintun, Eric and Pan, Junting and Alwala, Kalyan Vasudev and Carion, Nicolas and Wu, Chao-Yuan and Girshick, Ross and Doll{\'a}r, Piotr and Feichtenhofer, Christoph},
journal={arXiv preprint arXiv:2408.00714},
url={https://arxiv.org/abs/2408.00714},
year={2024}
}