> 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/roboflow/roboflow-jp/datasets/dataset-versions/image-augmentation/augmentation-types/cutout-augmentation.md).

# Cutout Augmentation

{% hint style="info" %}
Cutout Augmentation は Enhanced Augmentation の一種で、 **premium** 機能です。

プランとそれに関連する機能の最新情報については、 [料金ページ](https://roboflow.com/pricing).
{% endhint %}

Cutout は、画像の一部をランダムに黒いボックスで置き換えます。cutout を追加すると、オブジェクトの遮蔽に対してモデルをより強くできます。

{% hint style="danger" %}
多くの最新モデルでは、学習中の online augmentation として Cutout を適用します。これを2回適用すると、望ましくない結果になる場合があります。Roboflow 3.0 や YOLOv8 ではこの機能の使用は推奨しません。
{% endhint %}

## 例

<figure><img src="/files/b28b4f64a40941f3068ccf4a605d2b34d56af56e" alt=""><figcaption><p>元の画像</p></figcaption></figure>

<figure><img src="/files/16aca8ebcdc42e09c92099fcaf19ff9527da3672" alt=""><figcaption><p>Cutout は 10%、10 件に設定されています</p></figcaption></figure>
