> 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/annotation-insights.md).

# 주석 인사이트

{% hint style="info" %}
Annotation Insights는 하나의 **프리미엄** 기능입니다.

요금제와 관련 기능에 대한 최신 정보는 다음을 참조하세요. [요금 페이지](https://roboflow.com/pricing).
{% endhint %}

Annotation Insights는 Workspace 내 Projects의 annotation 작업 통계를 보여줍니다. 날짜, labeler, project별로 insights를 볼 수 있습니다.

예를 들어 다음을 확인할 수 있습니다:

1. 특정 기간 동안 누군가가 몇 개의 이미지를 annotation했는지;
2. review 단계에서 나중에 승인된 이미지도 포함하여 몇 번의 rejection 이벤트가 발생했는지;
3. review된 이미지의 first-pass acceptance rate(한 번도 거절되지 않고 승인된 비율);
4. 프로젝트에 대해 몇 개의 bounding box가 그려졌는지;
5. model-assisted되었거나 null로 표시된 이미지가 몇 개인지;
6. labeling에 소요된 시간 등.

### Annotation Insights 보기

Annotation Insights를 보려면 Roboflow 사이드바에서 "Settings"를 연 다음 "Manage Users"로 이동하세요:

<figure><img src="/files/934bfcf7c098ad6d3516b1075ce2fb028c6bada7" alt=""><figcaption></figcaption></figure>

그런 다음, "Annotation Insights"를 클릭하세요:

<figure><img src="/files/6af28f03c93cb58dee1c69a7a21496860cb95ebc" alt=""><figcaption></figcaption></figure>

그러면 Annotation Insights 대시보드로 이동합니다:

<figure><img src="/files/1b370cb2f4a7eb2a7a0cccab7e9e455596db7606" alt=""><figcaption></figcaption></figure>

대시보드에서는 지정한 기간 동안 생성, 수정, 삭제된 annotation 수에 대한 집계 정보를 볼 수 있습니다. 또한 project별 세부 내역도 확인할 수 있습니다.

### Labeler 통계

대시보드 표는 annotation 활동을 labeler와 project별로 나눕니다.

| 열                                                                                   | 설명                                                         |
| ----------------------------------------------------------------------------------- | ---------------------------------------------------------- |
| "Images Labeled"                                                                    | labeler가 annotation한 이미지로, 객체가 없는 것으로 표시된 이미지도 포함됩니다.      |
| "Net Annotations"                                                                   | 추가된 annotation 수에서 삭제된 annotation 수를 뺀 값입니다.               |
| "Total Annotations Added", "Total Annotations Removed", "Total Annotations Updated" | labeler가 수행한 annotation 변경 횟수입니다.                          |
| "Model Assisted"                                                                    | labeler가 model-assisted labeling을 사용하여 annotation한 이미지입니다. |
| "Marked Null"                                                                       | labeler가 객체가 없는 것으로 표시한 이미지입니다.                            |

Workspace에서 annotation review가 활성화되어 있으면, 표에는 review 통계도 표시됩니다:

| 열               | 설명                                                                                                                 |
| --------------- | ------------------------------------------------------------------------------------------------------------------ |
| "Approved"      | review 중 승인된 이미지입니다.                                                                                               |
| "Rejected"      | 총 rejection 이벤트 수입니다. 나중에 수정되어 승인된 이미지도 포함해 모든 rejection이 집계됩니다.                                                   |
| "Approval Rate" | first-pass acceptance, 즉 한 번도 거절되지 않고 승인된 review 이미지의 비율입니다. 거절되었다가 나중에 승인된 이미지는 first-pass acceptance에 포함되지 않습니다. |

{% hint style="info" %}
"Rejected"는 현재 거절 상태인 이미지가 아니라 rejection 이벤트를 집계합니다. 거절되었다가 수정되어 다시 승인된 이미지도 총합에 포함되므로, 이 수치는 작업이 수정 요청으로 되돌아간 모든 횟수를 반영합니다.
{% endhint %}

### 필터링 및 내보내기

결과를 다음 기준으로 필터링할 수 있습니다:

* 날짜 범위
* Project
* Labeler(전체 팀 또는 선택한 구성원)

결과를 CSV로 내보낼 수도 있습니다.


---

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

```
GET https://docs.roboflow.com/roboflow/roboflow-ko/annotate/annotation-insights.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.
