#10 · Primary category: Computer Vision

supervision

classification coco computer-vision deep-learning hacktoberfest image-processing instance-segmentation low-code machine-learning metrics object-detection oriented-bounding-box pascal-voc python pytorch tensorflow tracking video-processing yolo

We write your reusable computer vision tools. 💜

Project last updated:08/25/26

GitHub Stars

49.8K

Forks

4.7K

Contributors

186

License

MIT

Why we included this project

Most computer vision projects end up with the same hand-rolled code: parsing model outputs, drawing boxes, tracking objects between frames, counting detections in zones. Supervision wraps that work into a model-agnostic library, so you can point it at predictions from Ultralytics, Detectron2, MMDetection, SAM, or a vision-language parser and get consistent annotation, filtering, and metrics without rewriting anything. The unified Detections API is what makes the swap painless: change the underlying model and your downstream code stays put. If you are moving a prototype toward real-time zone counting or video processing, the building blocks are already here. It is a solid layer to standardize on when your stack mixes several detection frameworks.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category