# Dataset をダウンロード

{% hint style="info" %}
を参照してください [Roboflow Universe Datasetをダウンロードする](/roboflow/roboflow-jp/universe/download-a-universe-dataset.md) Roboflow UniverseからDatasetをダウンロードしたい場合は、ドキュメントを参照してください。
{% endhint %}

RoboflowからDatasetをダウンロードまたはエクスポートするには、まずプロジェクト内のDatasetページに移動します。

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

画像検索バーの右側にあるExportをクリックします。

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

ダウンロードするデータの形式を選択できるモーダルが表示されます。Roboflowは [50種類以上の異なるアノテーション形式](https://roboflow.com/formats).

にも対応しています。また、Datasetを直接zipファイルとしてダウンロードすることも、ローカルでデータをダウンロードするためのコードスニペットを提供してもらうこともできます。

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

コードオプションを選ぶと、Pythonのコードスニペット、curlコマンド、またはDatasetへの直接ダウンロードリンクから選択できます。

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

## FAQ

<details>

<summary>なぜzip化した画像数がUIと一致しないのですか？</summary>

考えられる理由は2つあります：

* それぞれのクラウドサービスで、画像のダウンロードにランダムに失敗した。
* 画像が破損しているか大きすぎるため、いくつかのエラーが発生している。

当社のアプリケーションは、export zipを一度だけ生成し、その後、同じ形式（例：COCO）が選択された場合は同じexportを再ダウンロードします。ダウンロード時に画像数が合わないことに気づいた場合は、いつでも新しいバージョンを作成して再ダウンロードできます。

\\

</details>

<details>

<summary>ダウンロードされる画像は元の品質ですか？</summary>

いいえ。学習の遅延を防ぐため、学習速度と十分なモデル性能に必要な解像度のバランスを保つレベルで画像を圧縮しています。

元の品質の単一画像をダウンロードしたい場合は、Dataset内の画像をクリックして「Download Image」を選択してください。

元の品質の複数画像をダウンロードしたい場合は、こちらの使用をおすすめします [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-jp/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.
