Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.84 KB

File metadata and controls

35 lines (22 loc) · 1.84 KB

SAM 3: Segment Anything with Concepts

Overview

SAM 3 is a unified foundation model for promptable segmentation in images and videos. It can detect, segment, and track objects using text or visual prompts such as points, boxes, and masks. Compared to its predecessor SAM 2, SAM 3 introduces the ability to exhaustively segment all instances of an open-vocabulary concept specified by a short text phrase or exemplars.

Installation

Please refer to X-AnyLabeling-Server for download, installation, and server setup instructions.

Usage

Launch the X-AnyLabeling client, press Ctrl+A or click the AI button in the left menu bar to open the auto-labeling panel. In the model dropdown list, select Remote-Server, then choose Segment Anything 3.

Text Prompting

sam3-text-prompt.mp4
  1. Enter object names in the text field (e.g., person, car, bicycle)
  2. Separate multiple classes with periods or commas: person.car.bicycle or dog,cat,tree
  3. Click Send to initiate detection

Visual Prompting

sam3-visual-prompt.mp4
  1. Click +Rect or -Rect to activate drawing mode
  2. Draw bounding boxes around target objects or regions of interest (use +Rect for positive prompts, -Rect for negative prompts)
  3. Add multiple prompts for different object instances
  4. Click Run Rect to process visual cues
  5. Click Finish (or press f) to complete the object, enter the label category and confirm, or use Clear to remove all visual prompts