mednet.dataΒΆ

Data types and methods.

Modules

augmentations

Image transformations for our pipelines.

classify

Database and types specialized for classification tasks.

datamodule

Extension of lightning.LightningDataModule with dictionary split loading, mini-batching, parallelisation and caching.

detect

Database and types specialized for object detection tasks.

image_utils

Data loading code.

segment

Database and types specialized for semantic segmentation tasks.

split

Concrete database-split loaders.

typing

Defines most common types used in code.