supervision
supervision copied to clipboard
We write your reusable computer vision tools. 💜
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Description Count of object that goes in or goes out of...
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Question I'm running this code on my raspberry pi 4 with...
### Description This commit addresses the continuous integration (CI) configuration for our project. We've noticed that Dependabot has been creating warnings and pull request (PR) requests related to our minimum...
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Description Create a simple API to find the best thresholds to...
### Description Adding a heat map example made with Supervision features. It also tracks and counts objects. Then, it saves the output video on the same folder the input video...
### Description Add `data: Dict[str, np.ndarray] = field(default_factory=dict)` to `sv.Detections` to support the custom payload. That can be `class_name`, or other detection-related metadata. To ensure full compatibility, the `__post_init__`, `__iter__`,...
### Description Currently, [`sv.InferenceSlicer`](https://supervision.roboflow.com/detection/tools/inference_slicer/) supports only object detection models. Adding support for instance segmentation would require the following changes: - The `sv.InferenceSlicer` uses Non-Max Suppression (NMS) to sift out duplicate...
Bumps [requests](https://github.com/psf/requests) from 2.26.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
# Description Colab link: https://colab.research.google.com/drive/1k___Gmq_hT79VQsh2prHUdL4D38IXtbm?usp=sharing Features/Improvement: - [x] Multi-Class counting #93 #94 - [x] Extra counts bug #87 - [x] Text color for `in/out` #79 - [x] API to get...
# Description Improved the mask_to_polygons function to handle masks that have exclusions and Masks that do not align Example: Detections of Doughnut: Even if the Model correctly detects the Doughnut,...