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

# アノテーションインサイト

{% hint style="info" %}
Annotation Insights は **プレミアム** 機能です。

プランとそれに関連する機能の最新情報については、 [料金ページ](https://roboflow.com/pricing).
{% endhint %}

Annotation Insights では、Workspace 内のプロジェクトに対するアノテーションジョブの統計を確認できます。日付、labeler、プロジェクトごとにインサイトを表示できます。

例えば、次のような情報を確認できます：

1. ある期間内に誰かが何枚の画像にアノテーションしたか；
2. レビュー段階で何件の却下イベントが発生したか。後で承認された画像も含まれます；
3. レビュー済み画像の初回承認率（却下されることなく承認された割合）；
4. プロジェクトで何個の bounding box が描画されたか；
5. 何枚の画像が model-assisted だったか、または null とマークされたか；
6. ラベリングに費やした時間など。

### Annotation Insights を表示

Annotation Insights を表示するには、Roboflow のサイドバーで「Settings」、次に「Manage Users」を開きます：

<figure><img src="/files/82bef4d4811ba4687e228749abdfd85ae4116c92" alt=""><figcaption></figcaption></figure>

次に、「Annotation Insights」をクリックします：

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

すると Annotation Insights のダッシュボードに移動します：

<figure><img src="/files/528bbf61f3ca76def082e19dcd579015c4f3b1e1" alt=""><figcaption></figcaption></figure>

ダッシュボードでは、指定した期間に作成、更新、削除されたアノテーション数の集計情報を確認できます。プロジェクト別の内訳も確認できます。

### Labeler Statistics

ダッシュボードの表では、アノテーションの作業が labeler と project ごとに分類されます。

| 列                                                                                   | 説明                                                  |
| ----------------------------------------------------------------------------------- | --------------------------------------------------- |
| "Images Labeled"                                                                    | labeler がアノテーションした画像。オブジェクトがないとマークされた画像も含みます。       |
| "Net Annotations"                                                                   | 追加されたアノテーション数から削除されたアノテーション数を引いたもの。                 |
| "Total Annotations Added", "Total Annotations Removed", "Total Annotations Updated" | labeler が行ったアノテーション変更の件数。                           |
| "Model Assisted"                                                                    | labeler が model-assisted labeling を使用してアノテーションした画像。 |
| "Marked Null"                                                                       | labeler がオブジェクトがないとマークした画像。                         |

Workspace で annotation review が有効になっている場合、表には review 統計も表示されます：

| 列               | 説明                                                                          |
| --------------- | --------------------------------------------------------------------------- |
| "Approved"      | review 中に承認された画像。                                                           |
| "Rejected"      | 却下イベントの総数です。後で修正されて承認された画像も含め、却下のたびにカウントされます。                               |
| "Approval Rate" | 初回承認率。レビューされた画像のうち、一度も却下されることなく承認された割合です。いったん却下され、その後承認された画像は初回承認率には含まれません。 |

{% hint style="info" %}
「Rejected」は、現在却下状態にある画像ではなく、却下イベントの件数を示します。却下され、修正され、再承認された画像でも合計に加算されるため、このカウントは作業が修正のために差し戻された回数を反映します。
{% endhint %}

### フィルタリングとエクスポート

次の条件で結果を絞り込めます：

* 期間
* プロジェクト
* 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-jp/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.
