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

# Cutout Augmentation

{% hint style="info" %}
Cutout Augmentation एक Enhanced Augmentation है, एक **प्रीमियम** फ़ीचर.

हमारी plans और उनसे संबद्ध features की नवीनतम जानकारी के लिए, हमारी [मूल्य निर्धारण पेज](https://roboflow.com/pricing).
{% endhint %}

Cutout आपकी image के एक हिस्से को random रूप से black boxes से बदल देगा। object occlusion के प्रति आपके model को अधिक resilient बनाने में मदद के लिए cutout जोड़ें।

{% hint style="danger" %}
कई आधुनिक models training के दौरान Cutout को online augmentation के रूप में लागू करते हैं; इसे दो बार लागू करने से अवांछनीय परिणाम हो सकते हैं। हम इसे Roboflow 3.0 या YOLOv8 के साथ उपयोग करने की अनुशंसा नहीं करते।
{% endhint %}

## उदाहरण

<figure><img src="/files/13718283177153fc2d5672be436d97e23335ff52" alt=""><figcaption><p>मूल छवि</p></figcaption></figure>

<figure><img src="/files/cc329853dfb8cf79384abf50cc9d8aad0e3a9ec5" alt=""><figcaption><p>Cutout 10%, 10 Count पर सेट है</p></figcaption></figure>
