# Rotation Augmentation

Randomly rotate an image clockwise or counter clockwise up to the degree amount selected. This helps add variability to rotations to help your model be more resilient to camera roll.

* Degrees: Select the highest amount an image will be randomly rotated clockwise or counter clockwise.

## 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-40bfadfeb1028ad38386a28326855da94e81fae5%2Fimage.png?alt=media" alt=""><figcaption><p>Rotation Augmentation of -15ª</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-95e6a458e3d297bfa658a58d4c511c786b436b16%2Fimage.png?alt=media" alt=""><figcaption><p>Rotation Augmentation of 15ª</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/)
