# 90º Rotate Augmentation

이미지를 90도 또는 180도로 무작위 회전합니다. 이는 모델이 카메라 방향에 둔감해지도록 돕습니다.

* 시계 방향: 이미지를 시계 방향으로 90도 회전합니다.
* 반시계 방향: 이미지를 반시계 방향으로 90도 회전합니다.
* 거꾸로: 이미지를 180도 회전합니다(상하 반전).

## 예시

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

<figure><img src="/files/f257c4dfdfad66c271ae56e949f420de495114a6" alt=""><figcaption><p>90º 증강이 시계 방향으로 적용됨</p></figcaption></figure>

<figure><img src="/files/6f8bbb8d2517fe5f05eb9c6a8d38600ba4a878cc" alt=""><figcaption><p>90º 증강이 반시계 방향으로 적용됨</p></figcaption></figure>

## 자세히 알아보기

* [Random Rotate 데이터 증강을 구현하는 이유와 방법](https://blog.roboflow.com/why-and-how-to-implement-random-rotate-data-augmentation/)


---

# Agent Instructions: 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:

```
GET https://docs.roboflow.com/roboflow/roboflow-ko/datasets/dataset-versions/image-augmentation/augmentation-types/90o-rotate-augmentation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
