# Label Assist

{% hint style="info" %}
Label Assist는 여러 가지 중 하나입니다 [AI Labeling](/roboflow/roboflow-ko/annotate/ai-labeling.md) 기능입니다. 이 기능을 사용하면 [크레딧이 소모됩니다](/roboflow/roboflow-ko/billing/credits.md) 다음에 나열된 요율에 따라 [크레딧 페이지](https://roboflow.com/credits).
{% endhint %}

Label Assist를 사용하면 학습된 모델의 이전 버전이나 Roboflow Universe의 공개 모델을 주석 도우미로 사용할 수 있습니다. 모델 지원 라벨링은 이미지에서 특정 클래스를 자동으로 식별하는 데 이상적입니다.

모델 지원 라벨링이 활성화되면, annotation tool에서 이미지를 열 때 선택한 모델이 실행됩니다. 모델은 이미지 내 객체를 예측합니다. 모델이 찾은 각 객체에 대해 annotation이 추가됩니다.

## Label Assist 사용 방법

Roboflow Annotate에서 이미지를 연 다음 command tray에서 마법 지팡이 아이콘을 클릭합니다.

{% hint style="info" %}
Label Assist는 현재 일부 project type에서만 지원됩니다. 지원되었으면 하는 project type이 있다면 알려 주세요!
{% endhint %}

이미지 라벨링에 도움을 줄 모델로 어떤 모델을 사용할지 묻는 팝업이 나타납니다:

<figure><img src="/files/6df242082f66691af3723fe919ce31e10d1f0a8a" alt="" width="375"><figcaption></figcaption></figure>

팝업에서 모델을 선택합니다. 다음을 통해 액세스할 수 있는 모델을 선택할 수 있습니다 `Your Models` 탭. Universe의 어떤 모델이든 다음을 통해 선택할 수 있습니다 `Public Models` 탭. 다음에 표시되기 전에 Universe에서 모델에 별표를 표시해야 합니다 `Public Models` 탭.

모델을 선택한 후 "Continue"를 클릭합니다.

다음으로, 어떤 클래스를 찾고 싶은지 묻습니다. 기본적으로 선택한 모델은 모든 클래스에 대한 예측을 반환합니다. 팝업에서 모델이 반환해야 하는 클래스를 선택 해제할 수 있습니다.

클래스 이름을 다시 매핑하려면 그렇게 할 수 있습니다. 이는 사용 중인 모델의 클래스 이름이 데이터셋의 이미지에 추가하려는 클래스와 다를 때 유용합니다.

<figure><img src="/files/7c489a7f8b4b416f3ac67dbbfa4510023bd39296" alt="" width="563"><figcaption></figcaption></figure>

선택한 모델과 함께 사용할 클래스를 구성한 후 "Select Classes" 버튼을 클릭합니다. 그러면 Label Assist를 시작할 수 있습니다.

Label Assist는 현재 주석을 달고 있는 이미지에서 실행을 시작합니다. annotation interface에서 앞/뒤 화살표를 사용해 데이터셋의 이미지를 이동하는 동안 Label Assist는 계속 유지됩니다.

다음은 Label Assist가 annotation을 추천하는 예시입니다:

<figure><img src="/files/9d63ee33697a8222eb6e794d1c0fb081a39d7dbf" alt="" width="563"><figcaption></figcaption></figure>


---

# 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/annotate/ai-labeling/model-assisted-labeling.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.
