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

# 뒤집기 증강

이미지를 세로 또는 가로로 무작위로 뒤집기(반사)하여 모델이 대상의 방향에 덜 민감해지도록 도와줍니다.

* **가로:** 이미지의 [NumPy 배열](https://numpy.org/) 을 왼쪽/오른쪽 방향으로.
* **세로:** 이미지의 [NumPy 배열](https://numpy.org/) 을 위/아래 방향으로.

## 예시

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

<figure><img src="/files/dfe008d98757e922a5cbaf7b59006d0e0aa79077" alt=""><figcaption><p>Flip Augmentation 가로</p></figcaption></figure>

<figure><img src="/files/ba76ccf2406c564d34a1ff12bd69517dc7c858c7" alt=""><figcaption><p>Flip Augmentation 세로</p></figcaption></figure>

## Learn More

* [Flip Augmentation이 모델 성능을 어떻게 향상시키는지 확인해 보세요](https://blog.roboflow.com/how-flip-augmentation-improves-model-performance/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-ko/datasets/dataset-versions/image-augmentation/augmentation-types/flip-augmentation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
