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

# Annotation Groups

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

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

### annotation group が重要な理由

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

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

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

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

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

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

Project を作成する際に、他の Project とアノテーションを共有するかどうかを選択できます：

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

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

{% hint style="warning" %}
Project 間でアノテーションを共有すると、ある Project でアノテーションを編集または削除した場合、同じ annotation group に属する他のすべての Project に影響します。共有アノテーションを有効にする前に、チーム全体がこの点を理解していることを確認してください。
{% endhint %}

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

共有アノテーションを識別するには、画像または Project 上のチェーンリンクアイコン 🔗 を確認してください

* その **annotation tool**、画像の横に
* その **asset library**、画像プレビュー上に
* **Projects** 同じ annotation group を共有している他の Projects は、Project list でそれと一緒に表示されます

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

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

チェーンリンクアイコンにカーソルを合わせると、その画像を共有している他の Project の一覧を示すツールチップが表示されます。これにより、アノテーションの変更を行う前にその影響を把握できます。


---

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