mednet.models.detect.typing

Definition of types related to models used in object detection tasks.

Module Attributes

Prediction

The sample name, the target (boxes and labels), and the predicted value (boxes, labels and scores).

PredictionSplit

A series of predictions for different database splits.

mednet.models.detect.typing.Prediction

The sample name, the target (boxes and labels), and the predicted value (boxes, labels and scores).

alias of tuple[str, Sequence[tuple[Sequence[int], int]], Sequence[tuple[Sequence[int | float], int, float]]]

mednet.models.detect.typing.PredictionSplit

A series of predictions for different database splits.

alias of Mapping[str, Sequence[tuple[str, Sequence[tuple[Sequence[int], int]], Sequence[tuple[Sequence[int | float], int, float]]]]]