Downloads · 30 days
15
33% of all-time downloads
LibreYOLO/LibreSAM2small
LibreSAM2small is a mask generation model from LibreYOLO. 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 transformers. The card lists the license as apache-2.0.
SAM-2.1 Hiera Small rehosted for LibreYOLO's LibreSAM promptable segmentation tier.
Downloads · 30 days
15
33% of all-time downloads
All-time downloads
46
Public
Parameters
46.1M
369 MB on disk
Likes
0
Public
Click a slice to open those files.
.pt184 MB · 50%
From the Hugging Face model README
SAM-2.1 Hiera Small rehosted for LibreYOLO's LibreSAM promptable segmentation tier.
Derived from facebook/sam2.1-hiera-small at commit
ee5bba1d82bb8749febdf90f45e84b687142ba03 and the Apache-2.0
facebookresearch/sam2 source
release.
Learned parameters are unchanged. The upstream Transformers-compatible snapshot
files are mirrored here for LibreYOLO distribution. This repository adds
LibreYOLO model-card packaging plus LICENSE and NOTICE files for Apache-2.0
redistribution.
from libreyolo import LibreSAM
model = LibreSAM("sam2-small")
result = model("image.jpg", points=[500, 375], labels=[1])