# 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

<figure><img src="https://662926385-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M6S9nPJhEX9FYH6clfW%2Fuploads%2Fgit-blob-2347cf534e5a3427388b281e11477df72becafab%2Fimage%20(5).png?alt=media" alt=""><figcaption><p>Original Image</p></figcaption></figure>

<figure><img src="https://662926385-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M6S9nPJhEX9FYH6clfW%2Fuploads%2Fgit-blob-2fb8907b06150d5085f3a65d13c6e1b47b0a50a6%2Fimage.png?alt=media" alt=""><figcaption><p>90º Augmentation applied Clockwise</p></figcaption></figure>

<figure><img src="https://662926385-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M6S9nPJhEX9FYH6clfW%2Fuploads%2Fgit-blob-80bbbcaf0f54fd1f0429dd412067c3363b308947%2Fimage.png?alt=media" alt=""><figcaption><p>90º Augmentation applied Counter-Clockwise</p></figcaption></figure>

## Learn More

* [Why and How to Implement Random Rotate Data Augmentation](https://blog.roboflow.com/why-and-how-to-implement-random-rotate-data-augmentation/)
