Detect and segment objects in images using Meta's SAM3 (Segment Anything Model 3) with text prompts. Process HuggingFace datasets with zero-shot detection and segmentation using natural language descriptions.
Script
What it does
Output
detect-objects.py
Object detection with bounding boxes
objects column with bbox, category, score
segment-objects.py
Pixel-level segmentation masks
Segmentation maps or per-instance masks
Browse results… See the full description on the dataset page:
https://huggingface.co/datasets/uv-scripts/sam3.