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 domain without fine-tuning, using simple point, box, or mask prompts. ## Core Features & Use Cases - Interactive Segmentation: Segment objects with point clicks, bounding boxes, or combined prompts, with iterative refinement using previous mask outputs. - Automatic Mask Generation: Generate all object masks in an image at once with configurable quality thresholds, grid density, and multi-scale crops. - Deployment & Integration: Export to ONNX for browser and edge deployment, batch process multiple images, and integrate with HuggingFace Transformers. - Use Case: Build an annotation tool where users click on objects to generate segmentation masks, then export the masks as COCO RLE annotations to create training data for a custom detection model. ## Quick Start Use the segment-anything skill to segment the object at point (500, 375) in my image and return the highest-scoring mask.