↓ 1 callersFunctionmock_coco_annotation(
annotation_id: int = 0,
image_id: int = 0,
category_id: int = 0,
bbox: tuple[float, float, f
tests/dataset/formats/test_coco.py:25
↓ 1 callersFunctionxcycwh_to_xyxy Converts bounding box coordinates from `(center_x, center_y, width, height)` format to `(x_min, y_min, x_max, y_max)` format. Args:
src/supervision/detection/utils/converters.py:119