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

# カットアウト拡張

{% hint style="info" %}
Cutout Augmentation は Enhanced Augmentation の一種で、 **プレミアム** 機能です。

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

Cutout は画像の一部を黒いボックスでランダムに置き換えます。Cutout を追加すると、オブジェクトの遮蔽に対してモデルの耐性を高めるのに役立ちます。

* 割合: 各 Cutout ボックスの画像に対するサイズの割合です。値が高いほど、より大きな遮蔽領域が生成されます。
* 数: 各画像に配置される Cutout ボックスの数です。値が高いほど、遮蔽の数が増えます。

{% hint style="danger" %}
多くの最新モデルは、トレーニング中に Cutout をオンライン拡張として適用します。2回適用すると望ましくない結果になる可能性があります。Roboflow 3.0 または YOLOv8 での使用は推奨しません。
{% endhint %}

## 例

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

<figure><img src="/files/aca699213f3694ad35fb62874cf99cc84fa074ca" alt=""><figcaption><p>Cutout を 10%、10 個に設定</p></figcaption></figure>
