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

# 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>

code オプションを選択すると、Python の code snippet、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>

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

元の品質の画像を 1 枚ダウンロードしたい場合は、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
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-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.
