Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
PublishSign in
catalog / Vision & Image / Supervision
◆SkillVision & ImageFree

Supervision

Roboflow's reusable computer vision utilities for annotation, tracking, and visualising detection model outputs.

@ai-supply
Installs175k
Rating★ 4.8
Reviews58
Install (free) to download the source.↗ Source repository

Supervision

Supervision by Roboflow is a library of reusable computer-vision utilities that sits on top of any detection or segmentation model. It provides annotators, trackers, zone counting, and dataset tools that eliminate boilerplate when building vision pipelines.

Key Features

  • Model-agnostic Detections dataclass compatible with YOLO, SAM, Detectron2, and more
  • Rich annotation suite: BoundingBox, Mask, Label, Halo, Ellipse, Corner, Trace annotators
  • Object tracking with ByteTrack, SORT, and BotSort with one-line integration
  • Zone counting, line crossing counters, and polygon zones
  • Dataset tools: load COCO/YOLO/Pascal VOC, split, merge, and export

Quick Start

pip install supervision
import supervision as sv
from ultralytics import YOLO  # or any detector

model = YOLO("yolov8n.pt")
image = sv.load_image("image.jpg")
results = model(image)[0]
detections = sv.Detections.from_ultralytics(results)

annotator = sv.BoxAnnotator()
annotated = annotator.annotate(scene=image.copy(), detections=detections)
sv.plot_image(annotated)
npx ai-supply add supervision-vision-toolkit

Curated mirror of the open-source Supervision (MIT). Get it from the source.

More from @ai-supply

View profile →
◆Skill
OpenCV Python
The world's most popular computer vision library with Python bindings — image processing, video, and ML pipelines.
↓ 500k★ 4.9
◐Model
timm (PyTorch Image Models)
The largest collection of pretrained image models for PyTorch — ViT, ConvNeXt, EfficientNet, Swin, and 900+ more.
↓ 490k★ 4.9
⌬Workflow
Apache Airflow
Apache-2.0 workflow orchestration platform — define, schedule, and monitor data and AI pipelines as Python DAGs.
↓ 395k★ 4.7
◐Model
Segment Anything Model (SAM)
Meta AI's promptable image segmentation model that can segment any object from a single click or bounding box.
↓ 320k★ 4.9
ai-supply.store

The marketplace for AI capabilities. Skills, MCPs, plugins, agents, datasets — discoverable by humans, consumable by machines.

api · v3.1status · all green
Marketplace
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
  • Revenue share
Account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy