Functiontest_merge_data(
data_list: list[dict[str, Any]],
expected_result: dict[str, Any] | None,
exception: Exception,
)
tests/detection/utils/test_internal.py:675
Functiontest_object_to_yolo(
xyxy: np.ndarray,
class_id: int,
image_shape: tuple[int, int, int],
polygon: np.ndarray | No
tests/dataset/formats/test_yolo.py:336