class documentation
class LoaderOutput(tuple[np.ndarray | dict[str, 'np.ndarray'], Labels] if TYPE_CHECKING else object):
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. |