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

# 컷아웃 증강

{% hint style="info" %}
Cutout Augmentation은 향상된 증강입니다, a **유료** 기능입니다.

현재 플랜과 각 플랜에 포함된 기능에 대한 최신 정보는 [요금 페이지](https://roboflow.com/pricing).
{% endhint %}

Cutout은 이미지의 일부를 검은색 박스로 무작위로 대체합니다. Cutout을 추가하면 모델이 객체 가림에 더 강해지는 데 도움이 됩니다.

* 비율: 각 Cutout 박스의 크기를 이미지 대비 퍼센트로 나타낸 값입니다. 값이 높을수록 가려지는 영역이 더 커집니다.
* 개수: 각 이미지에 배치되는 Cutout 박스의 수입니다. 값이 높을수록 가려지는 부분이 더 많아집니다.

{% hint style="danger" %}
많은 최신 모델은 학습 중 온라인 증강으로 Cutout을 적용합니다. 이를 두 번 적용하면 바람직하지 않은 결과가 발생할 수 있습니다. Roboflow 3.0 또는 YOLOv8과 함께 사용하는 것은 권장하지 않습니다.
{% endhint %}

## 예시

<figure><img src="/files/6498816ee7d5f94b7eed165a004bda392381db72" alt=""><figcaption><p>원본 이미지</p></figcaption></figure>

<figure><img src="/files/40fdaf97985f914e4fdc7ac4cdb428a42d2877a3" alt=""><figcaption><p>Cutout이 10%, 10개로 설정됨</p></figcaption></figure>
