class documentation

class LoaderOutput(tuple[np.ndarray | dict[str, 'np.ndarray'], Labels] if TYPE_CHECKING else object):

View In Hierarchy

Undocumented

Method __getitem__ Undocumented
Method __iter__ Undocumented
Class Variable images Undocumented
Class Variable labels Undocumented
Class Variable metadata Undocumented
Property image Returns the first image in the images dictionary.
def __getitem__(self, index: int) -> np.ndarray | dict[str, np.ndarray]:

Undocumented

def __iter__(self) -> Iterator[np.ndarray | dict[str, np.ndarray]]:

Undocumented

images: dict[str, np.ndarray] =

Undocumented

labels: dict[str, np.ndarray] =

Undocumented

metadata: Params =

Undocumented

@property
image: np.ndarray =

Returns the first image in the images dictionary.