awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
roboflow avatar

roboflow/supervision

0
View on GitHub↗
44,437 stars·3,948 forks·Python·MIT·35 viewssupervision.roboflow.com↗

Supervision

Supervision is a computer vision toolset for normalizing model outputs, managing datasets, and visualizing annotations. It provides a framework to convert predictions from various classification and detection models into a standardized data format to ensure interoperability across different computer vision pipelines.

The library features a post-processor for filtering, counting, and tracking detected objects across image frames and video streams. It includes capabilities for large image tiling to improve the detection of small objects and tools for assigning persistent identities to objects to monitor movement across polygonal zones and boundary lines.

The project covers a broad range of computer vision utilities, including dataset format conversion, image geometry transformations, and the rendering of visual overlays such as bounding boxes and masks. It also provides tools for benchmarking model performance using standardized accuracy metrics and confusion matrices.

Features

  • Computer Vision Post-Processing Toolsets - Offers a comprehensive collection of utilities for processing, normalizing, and visualizing detections from various computer vision models.
  • Computer Vision Normalizers - Provides a framework to convert predictions from diverse computer vision models into a standardized data format.
  • Bounding Box Visualizers - Draws bounding boxes, masks, and labels on images and video to visually verify model predictions.
  • Standardized Detection Formats - Converts imagery processed through various computer vision models into a standardized detection format for interoperability.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI
  • Post-Processing Utilities - Standardizes and filters predictions from different models to prepare visual data for analysis or business logic.
  • Object Detection and Tracking - Assigns persistent IDs to detected objects across video frames to count items crossing specific lines or zones.
  • Dataset Management - Provides tools to load, split, merge, and convert image datasets for training and evaluation purposes.
  • Vision Dataset Standardizers - Converts computer vision datasets between different formats to ensure compatibility between training and evaluation frameworks.
  • Detection Visualization - Offers tools for overlaying bounding boxes and landmarks on images and video to verify detection accuracy.
  • Detection Visualization Libraries - Provides a suite of tools for overlaying bounding boxes, masks, and labels on imagery to visualize model results.
  • Visual Annotation Tools - Provides a suite of tools for overlaying bounding boxes, masks, and labels onto images and video frames.
  • Dataset Management Tools - Provides utilities for converting computer vision datasets between common formats to ensure model compatibility.
  • Object Tracking - Assigns persistent identifiers to detected objects across video frames to maintain identity over time.
  • Spatial Detection Zones - Tracks objects crossing specific lines or residing within polygon zones for spatial filtering and counting.
  • Computer Vision Detection Formats - Provides utilities to convert model outputs from various computer vision frameworks into unified objects for simplified data handling.
  • Data Normalization Utilities - Transforms detection results from different computer vision models into a unified internal object model for consistent processing.
  • Vision Dataset Converters - Transforms computer vision datasets between different common formats to ensure compatibility between training and evaluation frameworks.
  • Computer Vision Utilities - Provides helper scripts and utilities for processing and visualizing detection results in vision workflows.
  • Model Performance Benchmarking - Evaluates computer vision model accuracy using standardized metrics like mean Average Precision and confusion matrices.
  • Model API Integrations - Integrates outputs from classification, detection, and segmentation models using a consistent data format.
  • Result Management - Ships tools to sort, count, and merge detection results by class or name to isolate specific targets.
  • Image Slicing Pipelines - Divides high-resolution images into overlapping patches to improve detection accuracy for small objects.
  • Computer Vision Pipelines - Standardizes the processing and visualization of detection results within computer vision pipelines.
  • Image Transformation Utilities - Provides utilities to crop, scale, resize, and pad images to modify dimensions for model input.
  • Media Stream Loaders - Includes utilities to read image files or iterate through video frames for processing pipelines.
  • AI Tools - Computer vision toolkit for detection and segmentation.
  • Computer Vision - Reusable utilities for computer vision tasks.
  • Computer Vision Frameworks - Tools for managing computer vision pipelines and monitoring.
  • Star history

    Star history chart for roboflow/supervisionStar history chart for roboflow/supervision

    How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

    Frequently asked questions

    What does roboflow/supervision do?

    Supervision is a computer vision toolset for normalizing model outputs, managing datasets, and visualizing annotations. It provides a framework to convert predictions from various classification and detection models into a standardized data format to ensure interoperability across different computer vision pipelines.

    What are the main features of roboflow/supervision?

    The main features of roboflow/supervision are: Computer Vision Post-Processing Toolsets, Computer Vision Normalizers, Bounding Box Visualizers, Standardized Detection Formats, Post-Processing Utilities, Object Detection and Tracking, Dataset Management, Vision Dataset Standardizers.

    Which projects share features with roboflow/supervision?

    Projects with overlapping indexed features include: ultralytics/ultralytics — Ultralytics is a comprehensive computer vision framework designed for training, validating, and deploying deep… paddlepaddle/paddledetection — PaddleDetection is an object detection framework designed for the end-to-end development, training, and deployment of… facebookresearch/detectron2 — Detectron2 is a PyTorch computer vision framework and visual recognition platform designed for training and deploying… wkentaro/labelme — Labelme is a Python-based image annotation tool used to create computer vision datasets. It serves as a visual editor… obss/sahi — SAHI is a sliced inference framework and computer vision pipeline designed to detect small objects in high-resolution… jrosebr1/imutils — imutils is a computer vision utility toolkit and image processing library designed to simplify common manipulation…

    Projects sharing features with Supervision

    These projects share indexed features with Supervision. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
    • ultralytics/ultralyticsultralytics avatar

      ultralytics/ultralytics

      58,468View on GitHub↗

      Ultralytics is a comprehensive computer vision framework designed for training, validating, and deploying deep learning models across a wide range of visual recognition tasks. It provides a unified interface for core operations including object detection, instance segmentation, pose estimation, and image classification. By utilizing a modular architecture, the platform allows users to swap model components to balance inference speed and accuracy requirements for diverse applications. The framework distinguishes itself through its support for real-time processing and flexible deployment. It in

      Pythonclicomputer-visiondeep-learning
      View on GitHub↗58,468
    • paddlepaddle/paddledetectionPaddlePaddle avatar

      PaddlePaddle/PaddleDetection

      14,243View on GitHub↗

      PaddleDetection is an object detection framework designed for the end-to-end development, training, and deployment of computer vision models. It provides a comprehensive library of modular neural network architectures and pipelines that support object detection, instance segmentation, and multi-object tracking tasks. The project distinguishes itself through a configuration-driven approach that decouples model components like backbones and heads, allowing for the flexible assembly of custom vision workflows. It incorporates advanced techniques such as anchor-free detection logic, joint detecti

      Pythonblazefacedeepsortdetr
      View on GitHub↗14,243
  • facebookresearch/detectron2facebookresearch avatar

    facebookresearch/detectron2

    34,548View on GitHub↗

    Detectron2 is a PyTorch computer vision framework and visual recognition platform designed for training and deploying models for object detection, image segmentation, and visual recognition. It provides a research-oriented environment for training complex vision models with multi-GPU acceleration. The project includes a specialized object detection library for identifying and locating multiple objects via bounding boxes, as well as an image segmentation toolkit for creating pixel-level masks through instance, semantic, and panoptic segmentation. Additionally, it features a human pose estimati

    Python
    View on GitHub↗34,548
  • wkentaro/labelmewkentaro avatar

    wkentaro/labelme

    15,984View on GitHub↗

    Labelme is a Python-based image annotation tool used to create computer vision datasets. It serves as a visual editor for semantic segmentation, allowing users to define object boundaries using polygons, rectangles, points, and circles. The application also functions as a multispectral image annotator, supporting high-bit depth TIFF files used in satellite and scientific imagery. The tool incorporates AI-assisted labeling capabilities to automate the creation of masks and polygons. These features allow for shape generation driven by text prompts or interactive point selections, which propose

    Python
    View on GitHub↗15,984
  • Compare all 30 related projects→