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

{% hint style="info" %}
देखें [Roboflow Universe Dataset डाउनलोड करें](/roboflow/roboflow-hi/universe/download-a-universe-dataset.md) दस्तावेज़ीकरण, यदि आप Roboflow Universe से कोई dataset डाउनलोड करना चाहते हैं।
{% 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 को किस format में डाउनलोड करना है, उसके विकल्प देगा। Roboflow सपोर्ट करता है [50 से अधिक अलग-अलग annotation formats](https://roboflow.com/formats).

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

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

यदि आप code option चुनते हैं, तो आप 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 download fail हो गया।
* image corrupt है या बहुत बड़ी है, जिससे कुछ errors आ रहे हैं।

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

\\

</details>

<details>

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

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

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

यदि आप multiple 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: 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.
