↓ 1 callersFunctionxyxy_to_xcycarh Converts bounding box coordinates from `(x_min, y_min, x_max, y_max)` into measurement space to format `(center x, center y, aspect ratio, he
src/supervision/detection/utils/converters.py:155
↓ 1 callersFunctionxyxy_to_xywh Converts bounding box coordinates from `(x_min, y_min, x_max, y_max)` format to `(x, y, width, height)` format. Args: xyxy: A nu
src/supervision/detection/utils/converters.py:85