> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/datasets/versions/dataset-versions/image-augmentation/augmentation-types/90o-rotate-augmentation.md).

# 90º Rotate Augmentation

Randomly rotate images 90 or 180 degrees so your model is insensitive to camera orientation.

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://2252499186-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNVfRxNsvCh4GOyqrjmzX%2Fuploads%2Fgit-blob-2347cf534e5a3427388b281e11477df72becafab%2Fimage%20(16).png?alt=media" alt=""><figcaption><p>Original Image</p></figcaption></figure>

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

<figure><img src="https://2252499186-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNVfRxNsvCh4GOyqrjmzX%2Fuploads%2Fgit-blob-80bbbcaf0f54fd1f0429dd412067c3363b308947%2Fimage%20(37).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/)
