In tensorflow, I would like to rotate an image from a random angle, for data augmentation. But I don\'t find this transformation in the tf.image module.
for tensorflow 2.0:
import tensorflow_addons as tfa tfa.image.transform_ops.rotate(image, radian)