> 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/download-a-dataset.md).

# एक Dataset डाउनलोड करें

{% hint style="info" %}
विवरण के लिए देखें [Roboflow Universe Dataset डाउनलोड करें](/roboflow/roboflow-hi/universe/download-a-universe-dataset.md) Roboflow Universe से Dataset डाउनलोड करना चाहते हैं, तो documentation देखें।
{% endhint %}

Roboflow से कोई Dataset डाउनलोड या export करने के लिए, पहले अपने project में Dataset page पर जाएँ।

<figure><img src="/files/f29ef1dcd83eae67964c31621d1d375b1fcc5e0d" alt="" width="165"><figcaption></figcaption></figure>

image search bar के दाईं ओर, Export पर क्लिक करें।

<figure><img src="/files/9e24528178628d8d49b6868c47219f20d1f87c53" alt="" width="344"><figcaption></figcaption></figure>

एक modal दिखाई देगा, जिसमें आपके data को डाउनलोड करने के formats के विकल्प होंगे। Roboflow समर्थन करता है [50 से अधिक अलग-अलग annotation formats](https://roboflow.com/formats).

आप यह भी चुन सकते हैं कि अपना Dataset सीधे एक zip file के रूप में डाउनलोड करें या data को local रूप से डाउनलोड करने के लिए एक code snippet प्राप्त करें।

<figure><img src="/files/69ec97851bd77097b8390fadcbac66282f04d429" alt=""><figcaption></figcaption></figure>

यदि आप code विकल्प चुनते हैं, तो आप Python code snippet, curl command, या अपने Dataset के लिए direct download link में से चुन सकेंगे।

<figure><img src="/files/9b30460f98230951b1f23006eecf3dd391d847e2" alt=""><figcaption></figcaption></figure>

## FAQs

<details>

<summary>मेरी zipped image counts UI से मेल क्यों नहीं खातीं?</summary>

इसके दो संभावित कारण हैं:

* किसी image को संबंधित cloudly service में randomly डाउनलोड करने में विफलता हुई।
* image corrupt है या बहुत बड़ी है, जिससे कुछ errors आ रहे हैं।

हमारा application export zip केवल एक बार generate करता है और फिर यदि वही format (जैसे COCO) चुना जाए, तो उसी export को फिर से डाउनलोड करता है। यदि कभी आपको लगे कि download में image count गलत है, तो आप हमेशा एक नया version बना सकते हैं और फिर से डाउनलोड कर सकते हैं।

\\

</details>

<details>

<summary>क्या डाउनलोड की गई images original quality की हैं?</summary>

नहीं। training की धीमापन रोकने के लिए, हम images को ऐसे स्तर पर compress करते हैं जो training speed और पर्याप्त model performance के लिए आवश्यक resolution के बीच संतुलन बनाए रखता है।

यदि आप एक single original quality image डाउनलोड करना चाहते हैं, तो आप अपने dataset में किसी image पर क्लिक करके और "Download Image" चुनकर ऐसा कर सकते हैं।

यदि आप कई original quality images डाउनलोड करना चाहते हैं, तो हम हमारे [CLI](https://docs.roboflow.com/developer/command-line-interface/download-a-dataset) या हमारे [Image Search API](https://docs.roboflow.com/developer/search-images-in-a-dataset).

</details>


---

# 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/download-a-dataset.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.
