Christoforos Aristeidou
Christoforos Aristeidou
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Description I have created a new annotator class named `PercentageBarAnnotator` which...
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Description I have created a new annotator class named `EdgeBoundingBoxAnnotator` which...
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Description I have created a new annotator class named `RoundBoundingBoxAnnotator` which...
# Description Added PercentageBoxAnnotator annotation, which shows the confidence level of the predictions List any dependencies that are required for this change. ## Type of change Please delete options that...
# Description This annotator will draw a bounding box which has round edges based on `roundness` attribute which accepts float values < `roundness`
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Description In `sv.LabelAnnotator` an attribute that will apply round edges to...
# Description Implements #1027 `sv.LabelAnnotator` has a new attributre `corner_radius`. A new custom method `draw_rounded_rectangle` has been added using almost same arguments with `cv2.rectangle` but using the new `corner_radius` attribute....
# Description In the process of developing a notebook as scheduled in #1388, I used the `sv.DetectionDataset().as_yolo()` method which executes in the backed the `save_data_yaml()` function to create the `data.yaml`...
### Search before asking - [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests. ### Description I find myself creating dataset structures and split in train,...