> 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/datasets/dataset-health-check.md).

# Dataset Health Check

Dataset Health Check किसी प्रोजेक्ट से जुड़े dataset के बारे में विभिन्न आँकड़े दिखाता है। आप निम्न जानकारी देख सकते हैं:

* आपके dataset में images की संख्या;
* annotations की संख्या;
* औसत image size;
* मध्यिका image ratio;
* missing annotations की संख्या;
* null annotations की संख्या;
* आपके dataset में image dimensions;
* Object count histogram, और;
* annotation locations का heatmap.

Dataset Health Check का उपयोग करके, आप अपने dataset के बारे में कई तरह की insights निकाल सकते हैं। उदाहरण के लिए, यदि आपके पास कोई null annotations नहीं हैं, तो आप जिस project पर काम कर रहे हैं उसके आधार पर कुछ जोड़ने पर विचार कर सकते हैं; यदि ऐसी images हैं जिनमें missing annotations हैं, तो आप आवश्यक annotations जोड़ने के लिए गहराई से जाँच कर सकते हैं.

किसी project के लिए Health Check देखने के लिए, Dataset page खोलें और "Health Check" tab पर क्लिक करें:

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

इसके बाद Health Check tab खुल जाएगा:

<figure><img src="/files/2787e868567b0d2a7126a0e0054ab655168a96b5" alt=""><figcaption></figcaption></figure>

इस page पर, आप देख सकते हैं:

* आपके train, test, और valid datasets की images में classes की संख्या का breakdown.
* आपके dataset में images के sizes और aspect ratios का overview.
* एक heatmap जो दिखाता है कि आपकी अधिकांश annotations कहाँ हैं.
* एक histogram जो दिखाता है कि आपके dataset की हर image में कितनी classes annotated हैं.

### Dimension Insights

Dimension Insights section आपके dataset की raw images के sizes और aspect ratios का वर्णन करता है.

यदि आप कोई project version बनाते समय Resize augmentation लागू करते हैं — जिसकी हम लगभग सभी use cases के लिए दृढ़ता से अनुशंसा करते हैं — तो आपके version की images का आकार बदला जाएगा, लेकिन raw images वही रहेंगी.

<figure><img src="/files/14053aa148aefbb43a9f22ed83b89713c33712f3" alt=""><figcaption></figcaption></figure>

### Annotation Heat Map

जब आप model train कर रहे होते हैं, तो यह महत्वपूर्ण है कि आपका dataset उन परिस्थितियों का प्रतिनिधि हो जिनमें आपका model deploy किया जाएगा.

यदि आपका model ऐसे environment में deploy किया जाएगा जहाँ annotations camera frame में कहीं भी दिखाई दे सकते हैं — उदाहरण के लिए, एक factory line पर जहाँ अलग-अलग sizes की objects real time में moving हैं, या phone पर ली गई किसी object की image में — तो यह महत्वपूर्ण है कि आप ऐसी objects को annotate करें जो image में अलग-अलग जगहों पर दिखाई देती हैं.

image के अलग-अलग हिस्सों में objects को label करने से यह सुनिश्चित होगा कि आपका model केवल विशिष्ट स्थानों पर objects की पहचान करना सीखने तक overfit न हो.

Annotation Heat Map दिखाता है कि images में annotations कहाँ अधिक या कम हैं। इसका उपयोग उन scenarios की पहचान करने के लिए किया जा सकता है जहाँ आपके dataset की annotations किसी विशेष स्थान पर बहुत अधिक concentrated हैं.

<figure><img src="/files/52d3d38c6f97c0e6311afec891201404f1c4f554" alt=""><figcaption></figcaption></figure>

आप Heat Map में किसी area पर drag करके चुनी हुई range में images देख सकते हैं:

<figure><img src="/files/5a41a6597d9f425998c7253a1fd515f98a589374" alt=""><figcaption></figcaption></figure>

### Image के अनुसार Object Count का Histogram

यह आपको दिखाता है कि हर image में कितनी annotated objects दिखाई देती हैं, इसका वितरण.

यदि आपके model से pass होने वाली images में किसी object की multiple instances हो सकती हैं, तो हम अनुशंसा करते हैं कि आपका dataset ऐसी images शामिल करे जिनमें object instances की अलग-अलग संख्याएँ हों। इससे यह सुनिश्चित करने में मदद मिलेगी कि आपका model बिना, एक, या कई रुचिकर objects वाली images पर अच्छी तरह generalise कर सके.

यहाँ histogram का एक example है:

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

आप histogram पर किसी भी bar को चुनकर दी गई count वाली images देख सकते हैं:

<figure><img src="/files/09e4e0a9589836eb21d0016415a3a4d7ad0959e0" alt=""><figcaption></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-hi/datasets/dataset-health-check.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.
