CoolFace
Datasetpublic

uv-scripts/sam3

SAM3 Vision Scripts 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.

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
21likes116downloads
30 commits on main
ae1abe74mo ago

Sync from GitHub via hub-sync

davanstrien
a83bb1b6mo ago

Add segment-objects.py for pixel-level image segmentation

davanstrien, Claude Opus 4.6 (1M context)
9b79ff88mo ago

Add hf-jobs tag to README frontmatter

davanstrien, Claude Opus 4.5
5b3fe5c10mo ago

Update README.md

davanstrien
4d9426510mo ago

Improve formatting in README for better readability and consistency

davanstrien
4a4987010mo ago

Fix formatting in detection output message for better readability

davanstrien
8f6b9e610mo ago

Update example detection image in README for better responsiveness and visibility

davanstrien
3a9c2ab10mo ago

Increase height of example detection image in README for improved visibility

davanstrien
69809e510mo ago

Reduce height of example detection image in README for better display

davanstrien
0757b5210mo ago

Update example detection image in README to use HTML for better display

davanstrien
322df9310mo ago

Update example detection image in README to use HTML for better display

davanstrien
d2479e910mo ago

Add example output section and image to README for object detection results

davanstrien
3a303bb10mo ago

Add README.md for SAM3 object detection with usage instructions and examples

davanstrien
206300010mo ago

Add dataset card creation and visualization script for object detection results

davanstrien
6ba36e410mo ago

Convert boxes and scores to float32 before numpy conversion in process_batch for compatibility

davanstrien
a9a3a9510mo ago

Refactor imports for better organization and enable high-performance mode

davanstrien
67f6a3910mo ago

Refactor process_batch to return detections in list format for improved consistency

davanstrien
2def01010mo ago

Refactor output format to use dict-of-lists for object detections and update output schema accordingly

davanstrien
0be3fcd10mo ago

Uncomment features parameter in object detection function call

davanstrien
de977ae10mo ago

Comment out features parameter in object detection function call

davanstrien
48b288610mo ago

Refactor output schema to use list for objects and simplify feature definitions

davanstrien
cc7157210mo ago

Refactor output schema creation to define features before processing dataset

davanstrien
189463a10mo ago

Enhance batch processing to set tensor dtype for model compatibility

davanstrien
7ecd89510mo ago

Refactor image processing in batch to handle grayscale images and unify prompts for model input

davanstrien
db8245e10mo ago

Refactor object detection script to use single class detection and update argument naming

davanstrien
b5861ea10mo ago

Enhance input processing by moving tensors to the model's device and converting to the appropriate dtype

davanstrien
85c3e7010mo ago

Refactor

davanstrien
1ab032710mo ago

Comment out torchvision and accelerate dependencies in detect-objects.py

davanstrien
213c8b610mo ago

draft]

davanstrien
a79963f10mo ago

initial commit

davanstrien