MethodtlbrConvert bounding box to format `(min x, min y, max x, max y)`, i.e., `(top left, bottom right)`.
src/supervision/tracker/byte_tracker/single_object_track.py:152
Functionvalidate_detections_fields(
xyxy: Any,
mask: Any,
class_id: Any,
confidence: Any,
tracker_id: Any,
data: dict[st
src/supervision/validators/__init__.py:281