dacapo.experiments.datasplits.keys.keys
Module Contents
Classes
Represent a base class for various types of keys in Dacapo library. |
|
A unique enumeration representing different types of array keys |
|
A unique enumeration representing different types of graph keys |
- class dacapo.experiments.datasplits.keys.keys.DataKey
Represent a base class for various types of keys in Dacapo library.
- class dacapo.experiments.datasplits.keys.keys.ArrayKey
A unique enumeration representing different types of array keys
- RAW
The raw data key.
- Type:
str
- GT
The ground truth data key.
- Type:
str
- MASK
The data mask key.
- Type:
str
- NON_EMPTY
The data key for non-empty mask.
- Type:
str
- RAW = 'raw'
- GT = 'gt'
- MASK = 'mask'
- NON_EMPTY = 'non_empty_mask'