90º Rotate Augmentation

Randomly rotate an image 90 degrees or 180 degrees. These help your model be insensitive to camera orientation.

  • Clockwise: Rotates an image 90 degrees clockwise.

  • Counter Clockwise: Rotates an image 90 degrees counter clockwise.

  • Upside Down: Rotates an image 180 degrees (upside down).

Example

Original Image
90º Augmentation applied Clockwise
90º Augmentation applied Counter-Clockwise

Learn More

Last updated

Was this helpful?