> 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/ja/bjon/dataset-versions/image-augmentation/augmentation-types/flip-augmentation.md).

# 反転拡張

画像を上下または左右にランダムで反転（鏡映）し、モデルが対象の向きに左右されにくくします。

* **水平方向：** 画像の [NumPy配列](https://numpy.org/) 左右方向に。
* **垂直方向：** 画像の [NumPy配列](https://numpy.org/) 上下方向に。

## 例

<figure><img src="/files/3619449e23fac4e00b0888cb684bddcc780d5737" alt=""><figcaption><p>元画像</p></figcaption></figure>

<figure><img src="/files/1c475e457b920a149e76f28726b548305b1efd5a" alt=""><figcaption><p>水平反転拡張</p></figcaption></figure>

<figure><img src="/files/980f628646d9782264c8d151af9c8e6648ffabce" alt=""><figcaption><p>垂直反転拡張</p></figcaption></figure>

## 詳しく見る

* [反転拡張がモデル性能をどのように向上させるかを見る](https://blog.roboflow.com/how-flip-augmentation-improves-model-performance/)
