RandomHue
RandomHue class
dlf.preprocessing.hue.RandomHue(max_delta=0.2)
Data augmentation method that randomly adjust the hue of a RGB image
Aliases
- hue
- Hue
- random_hue
- RandomHue
Arguments
- max_delta: float [-1,1]. Scalar that is added to the hue. Defaults to 0.2.
YAML Configuration
preprocess_list:
hue:
max_delta: 0.2