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

# Cutout Augmentation

{% hint style="info" %}
Cutout Augmentation is an Enhanced Augmentation, a **premium** feature.

For up-to-date information on our plans and their associated features, see our [pricing page](https://roboflow.com/pricing).
{% endhint %}

Cutout will randomly replace a portion of your image with black boxes. Add cutout to help your model be more resilient to object occlusion.

{% hint style="danger" %}
Many modern models apply Cutout as an online augmentation during training; applying it twice can cause undesirable results. We do not recommend using this with Roboflow 3.0 or YOLOv8.
{% endhint %}

## Example

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

<figure><img src="/files/bwAkOckyWugHW8LjAtjK" alt=""><figcaption><p>Cutout set to 10%, 10 Count</p></figcaption></figure>
