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

# 주석 그룹

annotation group은 프로젝트의 모든 class를 포괄하는 범주입니다. 다음 질문에 답합니다: **"이 데이터셋에는 어떤 종류의 항목이 라벨링되어 있나요?"**

모든 프로젝트에는 annotation group이 있습니다. 같은 annotation group을 공유하는 Projects는 class list와 annotations도 함께 공유하므로, 이미지를 중복하지 않고 여러 프로젝트에서 라벨링된 데이터를 재사용할 수 있습니다.

### Annotation Group가 중요한 이유

같은 이미지는 무엇을 탐지하려는지에 따라 다른 방식으로 주석 처리될 수 있습니다. 예를 들어 체스판 이미지는 다음과 같이 라벨링될 수 있습니다:

* **체스 말** (폰, 나이트, 비숍, 룩, 퀸, 킹) 한 프로젝트에서
* **보드게임** (체스, 체커, 백개먼) 다른 프로젝트에서

<figure><img src="/files/410b9c32dc570d630207ef8e2673d8cedad9f97d" alt=""><figcaption></figcaption></figure>

이 두 프로젝트는 서로 다른 범주의 항목을 설명하므로 서로 다른 annotation group을 가집니다. 각 프로젝트는 공유 이미지에 대해 자체 annotations 세트를 유지하며, 이미지는 사용량에 한 번만 계산됩니다.

여러 프로젝트가 같은 annotation group을 공유하면 한 프로젝트에서 이루어진 모든 annotation 변경 사항이 다른 프로젝트에도 반영됩니다. 이는 공통의 라벨링된 이미지 풀에서 특화된 데이터셋을 만들 때 유용합니다.

### 공유 주석 설정하기

프로젝트를 생성할 때 다른 프로젝트와 주석을 공유하도록 선택할 수 있습니다:

1. 체크 **"다른 프로젝트와 이미지 주석 공유"** 를 프로젝트 생성 중에.
2. annotation group 필드에서 자동완성 제안에서 기존 annotation group을 선택하거나 새 이름을 입력해 새로 만들 수 있습니다.
3. 이 프로젝트에 추가된 이미지 중 같은 annotation group을 가진 다른 프로젝트에도 존재하는 이미지는 주석을 공유합니다.

공유 주석을 활성화하지 않으면 프로젝트에는 고유한 annotation group이 자동으로 할당됩니다. 프로젝트 설정에서 나중에 프로젝트의 annotation group을 변경할 수 있습니다.

{% hint style="warning" %}
프로젝트 간에 주석을 공유하면 한 프로젝트에서 주석을 수정하거나 삭제할 때 같은 annotation group의 다른 모든 프로젝트에 영향을 미칩니다. 공유 주석을 활성화하기 전에 팀이 이를 인지하고 있는지 확인하세요.
{% endhint %}

### 공유 주석 식별하기

이미지나 프로젝트에서 체인 링크 아이콘 🔗을 찾아 공유 주석을 식별하세요

* 해당 **annotation tool**, 이미지 옆에
* 해당 **asset library**, 이미지 미리보기에서
* **projects** 다른 프로젝트에서 같은 annotation group을 공유하는 경우 프로젝트 목록에 함께 표시됩니다

<figure><img src="/files/4fe93334ef8460bc0a20af80ea207220bcc6f06c" alt="Project listing with annotation group tooltip"><figcaption><p>공유 annotation group 아이콘과 툴팁이 표시된 프로젝트 목록</p></figcaption></figure>

<figure><img src="/files/57fab073b24764dd4445ca52705e59f15a803f1b" alt="Annotation tool with annotation group tooltip"><figcaption><p>공유 아이콘과 툴팁이 표시된 Annotation Tool</p></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:

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