tfm.vision.preprocess_ops.random_brightness

Jitters brightness of an image.

image tf.Tensor

Of shape [height, width, 3] and type uint8.

brightness float, optional

Magnitude for brightness jitter. Defaults to 0.

seed int, optional

Random seed. Defaults to None.

tf.Tensor The augmented image of type uint8.