keras / sam3_pcs

huggingface.co
Total runs: 13
24-hour runs: 0
7-day runs: 0
30-day runs: 6
Model's Last Updated: February 27 2026

Introduction of sam3_pcs

Model Details of sam3_pcs

Model Overview

SAM 3

The Segment Anything Model 3 (SAM 3) is a high-performance foundation model for promptable object segmentation in images. Building upon the breakthroughs of previous SAM iterations, SAM 3 is designed for real-time performance, superior mask quality, and improved zero-shot generalization across diverse visual domains.

Model Summary

SAM 3 follows the "Segment Anything" philosophy by providing a universal interface for segmentation via prompts such as points, bounding boxes, or previous masks. It features a decoupled architecture that separates heavy image encoding from lightweight prompt processing, allowing the model to generate masks in near real-time once an image embedding has been computed.

SAM3 promptable concept segmentation (PCS) segments objects in images based on concept prompts, which could be short noun phrases (e.g., “yellow school bus”), image exemplars, or a combination of both. SAM3 PCS takes such prompts and returns segmentation masks and unique identities for all matching object instances.

There are two ways to prompt: 1. Text prompt: A short noun phrase describing the concept to segment. 2. Box prompt: A box tells the model which part/crop of the image to segment.

These prompts can be used individually or together, but at least one of the prompts must be present. To turn off a particular prompt, simply exclude it from the inputs to the model.

This modular design allows users to swap backbones of varying sizes (Tiny, Small, Base, Large) depending on the hardware constraints and accuracy requirements.

References
Installation

Keras and KerasHub can be installed using the following commands:

pip install -U -q keras-hub
pip install -U -q keras

The following table summarizes the different configurations available for SAM 3 in Keras Hub:

Preset Parameters Description
sam3_pcs ~30M Promptable Concept Segmentation (PCS) SAM model
Example Usage
image_size = 128
batch_size = 2
input_data = {
    "images": np.ones(
        (batch_size, image_size, image_size, 3), dtype="float32",
    ),
    "prompts": ["ear", "head"],
    "boxes": np.ones((batch_size, 1, 4), dtype="float32"),  # XYXY format.
    "box_labels": np.ones((batch_size, 1), dtype="float32"),
}
sam3_pcs = keras_hub.models.SAM3PromptableConceptImageSegmenter.from_preset(
    "sam3_pcs"
)
outputs = sam3_pcs.predict(input_data)
scores = outputs["scores"]  # [B, num_queries]
boxes = outputs["boxes"]  # [B, num_queries, 4]
masks = outputs["masks"]  # [B, num_queries, H, W]
Example Usage with Hugging Face URI
image_size = 128
batch_size = 2
input_data = {
    "images": np.ones(
        (batch_size, image_size, image_size, 3), dtype="float32",
    ),
    "prompts": ["ear", "head"],
    "boxes": np.ones((batch_size, 1, 4), dtype="float32"),  # XYXY format.
    "box_labels": np.ones((batch_size, 1), dtype="float32"),
}
hf://keras/sam3_pcs = keras_hub.models.SAM3PromptableConceptImageSegmenter.from_preset(
    "hf://keras/sam3_pcs"
)
outputs = hf://keras/sam3_pcs.predict(input_data)
scores = outputs["scores"]  # [B, num_queries]
boxes = outputs["boxes"]  # [B, num_queries, 4]
masks = outputs["masks"]  # [B, num_queries, H, W]

Runs of keras sam3_pcs on huggingface.co

13
Total runs
0
24-hour runs
0
3-day runs
0
7-day runs
6
30-day runs

More Information About sam3_pcs huggingface.co Model

sam3_pcs huggingface.co

sam3_pcs huggingface.co is an AI model on huggingface.co that provides sam3_pcs's model effect (), which can be used instantly with this keras sam3_pcs model. huggingface.co supports a free trial of the sam3_pcs model, and also provides paid use of the sam3_pcs. Support call sam3_pcs model through api, including Node.js, Python, http.

sam3_pcs huggingface.co Url

https://huggingface.co/keras/sam3_pcs

keras sam3_pcs online free

sam3_pcs huggingface.co is an online trial and call api platform, which integrates sam3_pcs's modeling effects, including api services, and provides a free online trial of sam3_pcs, you can try sam3_pcs online for free by clicking the link below.

keras sam3_pcs online free url in huggingface.co:

https://huggingface.co/keras/sam3_pcs

sam3_pcs install

sam3_pcs is an open source model from GitHub that offers a free installation service, and any user can find sam3_pcs on GitHub to install. At the same time, huggingface.co provides the effect of sam3_pcs install, users can directly use sam3_pcs installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

sam3_pcs install url in huggingface.co:

https://huggingface.co/keras/sam3_pcs

Url of sam3_pcs

sam3_pcs huggingface.co Url

Provider of sam3_pcs huggingface.co

keras
ORGANIZATIONS

Other API from keras

huggingface.co

Total runs: 22
Run Growth: 19
Growth Rate: 86.36%
Updated:February 27 2026
huggingface.co

Total runs: 15
Run Growth: -129
Growth Rate: -860.00%
Updated:July 17 2026
huggingface.co

Total runs: 13
Run Growth: -28
Growth Rate: -215.38%
Updated:June 17 2025
huggingface.co

Total runs: 13
Run Growth: 10
Growth Rate: 76.92%
Updated:March 25 2025
huggingface.co

Total runs: 13
Run Growth: -23
Growth Rate: -176.92%
Updated:June 17 2025
huggingface.co

Total runs: 11
Run Growth: 8
Growth Rate: 72.73%
Updated:February 27 2026
huggingface.co

Total runs: 11
Run Growth: -129
Growth Rate: -1172.73%
Updated:July 17 2026
huggingface.co

Total runs: 10
Run Growth: 2
Growth Rate: 18.18%
Updated:March 25 2025
huggingface.co

Total runs: 9
Run Growth: 3
Growth Rate: 33.33%
Updated:March 25 2025
huggingface.co

Total runs: 8
Run Growth: 1
Growth Rate: 12.50%
Updated:March 25 2025
huggingface.co

Total runs: 7
Run Growth: -12
Growth Rate: -171.43%
Updated:May 15 2026
huggingface.co

Total runs: 7
Run Growth: -27
Growth Rate: -385.71%
Updated:June 17 2025
huggingface.co

Total runs: 7
Run Growth: 4
Growth Rate: 57.14%
Updated:February 27 2026
huggingface.co

Total runs: 7
Run Growth: 4
Growth Rate: 57.14%
Updated:February 27 2026
huggingface.co

Total runs: 6
Run Growth: 3
Growth Rate: 50.00%
Updated:June 17 2025
huggingface.co

Total runs: 6
Run Growth: 6
Growth Rate: 100.00%
Updated:June 17 2025
huggingface.co

Total runs: 6
Run Growth: 3
Growth Rate: 50.00%
Updated:March 25 2025