What problem does it solve? Segmenting objects in images traditionally requires training task-specific models on labeled datasets. This Skill provides guidance for using Meta's Segment Anything Model (SAM) to segment any object in any image without fine-tuning, using simple point, box, or mask prompts. ## Core Features & Use Cases - Interactive Segmentation: Generate masks from point clicks, bounding boxes, or combined prompts with iterative refinement using SamPredictor. - Automatic Mask Generation: Produce all object masks in an image at once with SamAutomaticMaskGenerator, with tunable quality and density thresholds. - Deployment & Integration: Export to ONNX for edge deployment, build FastAPI/Gradio services, or combine with GroundingDINO for text-prompted segmentation. - Use Case: Build an annotation tool where users click on objects to instantly generate high-quality masks, then export the results as a labeled dataset for training downstream vision models. ## Quick Start Ask the AI to segment an object in your image by providing a point or bounding box prompt using the Segment Anything Model.