Skip to content
Snippets Groups Projects

Implemented random rotate for images

Merged Tiago de Freitas Pereira requested to merge random-rotate into master
5 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -69,7 +69,7 @@ def append_image_augmentation(image,
@@ -69,7 +69,7 @@ def append_image_augmentation(image,
Adjust the saturation of an RGB image by a random factor (https://www.tensorflow.org/api_docs/python/tf/image/random_saturation)
Adjust the saturation of an RGB image by a random factor (https://www.tensorflow.org/api_docs/python/tf/image/random_saturation)
random_rotate:
random_rotate:
Randomly rotate face images between -10 and 10 degrees
Randomly rotate face images between -5 and 5 degrees
per_image_normalization:
per_image_normalization:
Linearly scales image to have zero mean and unit norm.
Linearly scales image to have zero mean and unit norm.
Loading