sam3 (Keras 3)

Pure-Keras 3 conversion of facebook/sam3 (SAM 3) for kerasformers.

Distributed under the SAM License (a copy is included in LICENSE; see also the source terms). This work uses the SAM Materials provided by Meta; redistribution is under the same terms.

from kerasformers.models.sam3 import SAM3Model, SAM3InstanceSegment
model = SAM3Model.from_weights("sam3_saco")
segmenter = SAM3InstanceSegment(model=model)
Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for kerasformers/sam3

Base model

facebook/sam3
Finetuned
(15)
this model

Collection including kerasformers/sam3