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

# Annotation Insights

{% hint style="info" %}
Annotation Insights एक **प्रीमियम** फ़ीचर है।

हमारी योजनाओं और उनसे संबंधित फ़ीचर्स की नवीनतम जानकारी के लिए, हमारी [pricing page](https://roboflow.com/pricing).
{% endhint %}

Annotation Insights workspace में projects के लिए annotation jobs पर statistics दिखाता है। आप insights को date, labeler, और project के अनुसार देख सकते हैं।

उदाहरण के लिए, आप यह पा सकते हैं:

1. किसी दिए गए समयावधि में किसी ने कितनी images annotate कीं;
2. review stage के दौरान कितने rejection events हुए, जिनमें बाद में approved की गई images भी शामिल हैं;
3. review की गई images के लिए first-pass acceptance rate (वह प्रतिशत जो कभी reject हुए बिना approve हुईं);
4. किसी project के लिए कितने bounding boxes बनाए गए;
5. कितनी images model-assisted थीं या null के रूप में चिह्नित की गई थीं;
6. labeling में बिताया गया समय, और भी बहुत कुछ।

### Annotation Insights देखें

Annotation Insights देखने के लिए Roboflow sidebar में "Settings", फिर "Manage Users" खोलें:

<figure><img src="/files/a164622a2ef754ed83ae7fc8d00ed1ca825a23e6" alt=""><figcaption></figcaption></figure>

फिर, "Annotation Insights" पर क्लिक करें:

<figure><img src="/files/3126b37fc8ab8b135af68dd4505b2253ce0db944" alt=""><figcaption></figcaption></figure>

इसके बाद आपको Annotation Insights dashboard पर ले जाया जाएगा:

<figure><img src="/files/b50d7852958534b5b774f89582b04e0c657dd51e" alt=""><figcaption></figcaption></figure>

dashboard पर, आप किसी दिए गए समयावधि में बनाए गए, अपडेट किए गए, और हटाए गए annotations की संख्या के बारे में aggregate जानकारी देख सकते हैं। आप project के अनुसार breakdown भी देख सकते हैं।

### Labeler Statistics

dashboard table annotation activity को प्रत्येक labeler और project के अनुसार विभाजित करती है।

| Column                                                                              | विवरण                                                                                                            |
| ----------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| "Images Labeled"                                                                    | Labeler द्वारा annotate की गई images, जिनमें वे images भी शामिल हैं जिन्हें बिना objects के चिह्नित किया गया है। |
| "Net Annotations"                                                                   | जोड़े गए annotations माइनस हटाए गए annotations।                                                                  |
| "Total Annotations Added", "Total Annotations Removed", "Total Annotations Updated" | labeler द्वारा किए गए annotation changes की गिनती।                                                               |
| "Model Assisted"                                                                    | वे images जिन्हें labeler ने model-assisted labeling का उपयोग करके annotate किया।                                |
| "Marked Null"                                                                       | वे images जिन्हें labeler ने बिना objects के चिह्नित किया।                                                       |

जब Workspace के लिए annotation review सक्षम होती है, तो table review statistics भी दिखाती है:

| Column          | विवरण                                                                                                                                                                                           |
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| "Approved"      | review के दौरान approved की गई images।                                                                                                                                                          |
| "Rejected"      | rejection events की कुल संख्या। हर rejection गिना जाता है, जिसमें वे images भी शामिल हैं जिन्हें बाद में ठीक करके approved किया गया।                                                            |
| "Approval Rate" | first-pass acceptance, यानी review की गई images का वह प्रतिशत जो कभी reject हुए बिना approved हुईं। जो image reject होकर बाद में approved होती है, वह first-pass acceptance में नहीं गिनी जाती। |

{% hint style="info" %}
"Rejected" rejection events को गिनता है, न कि वर्तमान में rejected स्थिति में मौजूद images को। जो image reject की गई, ठीक की गई, और फिर से approved हुई, वह भी कुल में जुड़ती है, इसलिए count यह दर्शाता है कि हर बार काम revision के लिए वापस भेजा गया।
{% endhint %}

### Filtering और Export

आप परिणामों को इन आधारों पर filter कर सकते हैं:

* Date range
* Project
* Labeler (या तो पूरी team, या चयनित members)

आप परिणामों को CSV के रूप में export भी कर सकते हैं।


---

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