supervision icon indicating copy to clipboard operation
supervision copied to clipboard

We write your reusable computer vision tools. 💜

Results 400 supervision issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement

### 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...

question

### 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...

bug
enhancement
dependencies
github_actions

### 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...

enhancement

### 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...

enhancement
api:examples

### 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__`,...

enhancement
good first issue
hacktoberfest

### 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...

enhancement
Q2.2024

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...

dependencies
python

# 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...

api: linezone
priority:high

# 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,...