For the complete documentation index, see llms.txt. This page is also available as Markdown.

SAM 3 point prompting and video tracking in Workflows

Two new SAM 3 blocks are now available in Workflows.

The SAM 3 Interactive block adds point and box prompting: pass positive and negative points, or bounding boxes from another model, to segment a specific object and refine the mask.

The SAM 3 Video Tracker block runs SAM 3 frame by frame on a video stream and keeps per-video memory, so object identities are preserved across frames. You give the video tracker the concepts to follow as text, such as person or forklift, and it picks up matching objects as they enter the scene and assigns each one a tracker ID, with no upstream detector required.

See the SAM 3 Interactive block documentation

See the SAM 3 Video Tracker block documentation

Last updated

Was this helpful?