# Annotation Groups

annotation group は、プロジェクト内のすべてのクラスを包含するカテゴリです。これは次の問いに答えます: **「このデータセットにはどのような種類のものがラベル付けされていますか？」**

すべてのプロジェクトには annotation group があります。同じ annotation group を共有するプロジェクトは、クラスリストとアノテーションも共有するため、画像を重複させることなく、ラベル付きデータを複数のプロジェクトで再利用できます。

### annotation group が重要な理由

同じ画像でも、何を検出しようとしているかによって、異なる方法でアノテーションできます。たとえば、チェス盤の画像には次のようにラベルを付けられます:

* **チェスの駒** （ポーン、ナイト、ビショップ、ルーク、クイーン、キング）を1つのプロジェクトで
* **ボードゲーム** （チェス、チェッカー、バックギャモン）を別のプロジェクトで

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

この2つのプロジェクトは、異なる種類のものを表しているため、annotation group も異なります。各プロジェクトは共有画像に対して独自のアノテーションセットを保持し、その画像は使用量として1回だけカウントされます。

複数のプロジェクトが同じ annotation group を共有している場合、あるプロジェクトで行ったアノテーションの変更は他のプロジェクトにも反映されます。これは、共通のラベル付き画像プールから特化したデータセットを作成したい場合に便利です。

### 共有アノテーションの設定

プロジェクトを作成するときに、他のプロジェクトとアノテーションを共有することを選択できます:

1. 次をチェック **「画像アノテーションを他のプロジェクトと共有」** をプロジェクト作成時に。
2. annotation group フィールドで、オートコンプリート候補から既存の annotation group を選択するか、新しい名前を入力して作成します。
3. このプロジェクトに追加された画像のうち、同じ annotation group を持つ他のプロジェクトにも存在するものは、アノテーションを共有します。

共有アノテーションを有効にしない場合、プロジェクトには一意の annotation group が自動的に割り当てられます。プロジェクトの annotation group は、後からプロジェクト設定で変更できます。

{% hint style="warning" %}
プロジェクト間でアノテーションを共有すると、1つのプロジェクトでアノテーションを編集または削除すると、同じ annotation group 内の他のすべてのプロジェクトに影響します。共有アノテーションを有効にする前に、チームがこの点を理解していることを確認してください。
{% endhint %}

### 共有アノテーションの識別

画像やプロジェクト上のチェーンリンクアイコン 🔗 を確認して、共有アノテーションを識別してください

* その **annotation tool**、画像の横に
* その **asset library**、画像プレビュー上に
* **Projects** 同じ annotation group を共有しているものは、プロジェクト一覧でそれとともに表示されます

<figure><img src="/files/b896f5967823863bcfe75011f33d14c3a4d506ce" alt="Project listing with annotation group tooltip"><figcaption><p>共有 annotation group アイコンとツールチップを表示しているプロジェクト一覧</p></figcaption></figure>

<figure><img src="/files/f58462d9b13aee51f4cd5b431731b16bc93d759e" alt="Annotation tool with annotation group tooltip"><figcaption><p>共有アイコンとツールチップを表示している Annotation Tool</p></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-jp/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.
