> 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/flip-augmentation.md).

# Flip Augmentation

Randomly flip (reflect) an image vertically or horizontally to help your model be insensitive to subject orientation.

* **Horizontal:** Flip the image’s [NumPy array](https://numpy.org/) in the left/right direction.
* **Vertical:** Flip the image’s [NumPy array](https://numpy.org/) in the up/down direction.

## Example

<figure><img src="/files/kh0TmRkRfpytAOgYTHSQ" alt=""><figcaption><p>Original Image</p></figcaption></figure>

<figure><img src="/files/fgQi5L5pcv5q4dyYqxEO" alt=""><figcaption><p>Flip Augmentation Horizontal</p></figcaption></figure>

<figure><img src="/files/GHLIILkpDjwXDvIvqUM1" alt=""><figcaption><p>Flip Augmentation Vertical</p></figcaption></figure>

## Learn More

* [See how Flip Augmentation Improves Model Performance](https://blog.roboflow.com/how-flip-augmentation-improves-model-performance/)
