> 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/annotate/ai-labeling.md).

# AI Labeling

{% hint style="info" %}
AI Labeling 기능은 우리의 [credits 페이지](https://roboflow.com/credits).
{% endhint %}

Roboflow는 Workflow를 더 빠르게 진행할 수 있도록 도와주는 4가지 AI 기반 라벨링 기능을 제공합니다:

* [Label Assist](/roboflow/roboflow-ko/annotate/ai-labeling/model-assisted-labeling.md): 이미 학습한 모델을 사용해 데이터셋의 이미지에 자동으로 라벨을 지정합니다.
* [Smart Polygon](/roboflow/roboflow-ko/annotate/ai-labeling/enhanced-smart-polygon-with-sam.md): 브라우저에서 Segment Anything Model을 사용해 한 번의 클릭으로 폴리곤 마스크를 주석 처리합니다.
* [Box Prompting](/roboflow/roboflow-ko/annotate/ai-labeling/box-prompting-ai-labeling.md): 이미지에서 객체의 예시를 그린 다음, Box Prompting이 이미지 내 해당 객체의 다른 모든 인스턴스를 찾아내도록 합니다.
* [Auto Label](/roboflow/roboflow-ko/annotate/ai-labeling/automated-annotation-with-autodistill.md): Grounding DINO 같은 foundation model을 사용해 하나 또는 여러 개의 프롬프트로 데이터셋의 모든 이미지에 자동으로 라벨을 지정합니다.

다음 경우에는 각 솔루션을 권장합니다:

* **Label Assist**: 이미 학습된 모델이 있을 때 데이터를 라벨링하기에 이상적입니다.
* **SAM을 사용한 Enhanced Smart Polygon:** 데이터셋의 첫 번째 버전을 라벨링하거나, Label Assist가 놓친 새 주석을 추가하거나, 데이터셋에 새 클래스를 위한 주석을 추가하는 데 이상적입니다.
* **Box Prompting**: 이미지에서 라벨링할 비슷한 객체가 아주 많을 때 이상적입니다(예: 수십 개의 같은 나사가 있는 트레이에서 개별 나사를 라벨링하는 경우).
* **Auto Label**: 일반적인 객체(예: 차량)를 대량으로 라벨링해야 할 때 이상적입니다.

각 옵션에 대한 자세한 내용은 각 문서 페이지에서 확인할 수 있습니다.

### Project 유형별 지원되는 AI Labeling 도구

<figure><img src="/files/12e49c5e9ad72e0600a497005c239f490f7a58b6" alt=""><figcaption></figcaption></figure>

### Label Assist에서 사용하기 위한 지원되는 모델 유형

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


---

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