dacapo.experiments.trainers.gp_augments.intensity_config
Module Contents
Classes
Base class for gunpowder augment configurations. Each subclass of a Augment |
- class dacapo.experiments.trainers.gp_augments.intensity_config.IntensityAugmentConfig
Base class for gunpowder augment configurations. Each subclass of a Augment should have a corresponding config class derived from AugmentConfig.
- scale: Tuple[float, float]
- shift: Tuple[float, float]
- clip: bool
- node(raw_key: gunpowder.ArrayKey, _gt_key=None, _mask_key=None)
return a gunpowder node that performs this augmentation