↓ 3 callersFunctionxywh_to_xyxy Converts bounding box coordinates from `(x, y, width, height)` format to `(x_min, y_min, x_max, y_max)` format. Args: xywh: A nu
src/supervision/detection/utils/converters.py:52
↓ 2 callersFunction_coco_annotation_with_segmentation(
segmentation: list[list[int]],
bbox: tuple[float, float, float, float] = (0, 0, 5, 5),
area: flo
tests/dataset/formats/test_coco.py:1940