scico.flax.examples.typed_dict

Definition of typed dictionaries for training data.

Classes

CTDataSetDict

Definition of the structure to store generated CT data.

ConfigImageSetDict

Definition of the configuration for image data preprocessing.

class scico.flax.examples.typed_dict.CTDataSetDict[source]

Bases: TypedDict

Definition of the structure to store generated CT data.

Inheritance diagram of CTDataSetDict

class scico.flax.examples.typed_dict.ConfigImageSetDict[source]

Bases: TypedDict

Definition of the configuration for image data preprocessing.

Inheritance diagram of ConfigImageSetDict