↓ 4 callersFunctionobject_to_yolo(
xyxy: npt.NDArray[np.number],
class_id: int,
image_shape: tuple[int, int, int],
polygon: npt
src/supervision/dataset/formats/yolo.py:274
↓ 4 callersFunctionyolo_annotations_to_detections(
lines: list[str],
resolution_wh: tuple[int, int],
with_masks: bool,
is_obb: bool = False,
)
src/supervision/dataset/formats/yolo.py:138
↓ 3 callersFunction_validate_detections_fields(
xyxy: Any,
mask: Any,
class_id: Any,
confidence: Any,
tracker_id: Any,
data: dict[st
src/supervision/validators/__init__.py:259