scico.flax.examples.typed_dict#

Definition of typed dictionaries for training data.

Classes

CTDataSetDict(*args, **kwargs)

Definition of the structure to store generated CT data.

ConfigImageSetDict(*args, **kwargs)

Definition of the configuration for image data preprocessing.

class scico.flax.examples.typed_dict.CTDataSetDict(*args, **kwargs)[source]#

Bases: dict

Definition of the structure to store generated CT data.

Inheritance diagram of CTDataSetDict

class scico.flax.examples.typed_dict.ConfigImageSetDict(*args, **kwargs)[source]#

Bases: dict

Definition of the configuration for image data preprocessing.

Inheritance diagram of ConfigImageSetDict