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

# Universe Datasetをダウンロードする

Universeのデータセットを [Roboflowでサポートされている任意の形式で](https://roboflow.com/formats).

ノートブックでモデルを学習したい場合は、データセットをダウンロードするとよいでしょう。

Roboflow上のクラウドでモデルを学習したい場合は、 [Universeデータセットをフォークすることをおすすめします。](/roboflow/roboflow-jp/universe/fork-a-universe-dataset.md) ダウンロードする代わりにフォークします。データセットをフォークすると、Universeからデータセットを自分のコンピュータにダウンロードして再アップロードすることなくアップロードできます。

### Universeデータセットのダウンロード方法

Universeデータセットをダウンロードするには、Universe上のデータセットに移動します。次に、左サイドバーの「Dataset」をクリックします:

<figure><img src="/files/91ab398cb9f93b9444ba531bf6e0e7db7b4e4a6a" alt=""><figcaption></figcaption></figure>

データセットの情報を表示するページに移動します。ここには、データセットバージョン内の画像、データセットの分割、データセットに適用された前処理と拡張の手順が含まれます:

<figure><img src="/files/2dd576be82835607badd3bb93b88ce6c13be962c" alt=""><figcaption></figcaption></figure>

データセットをダウンロードするには、Download Datasetをクリックします。データセットのダウンロード方法を選択するウィンドウが表示されます:

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

選択肢は3つあります:

* このデータセットでモデルを学習する: [データセットをフォーク](/roboflow/roboflow-jp/universe/fork-a-universe-dataset.md) 学習に使用するためにワークスペースへ。
* このデータセットの一部で学習する: 既存のプロジェクトに取り込む特定の画像を選択します。
* データセットをダウンロード: データセット全体をZIPファイルとしてダウンロードします。

データセットをZIPとしてダウンロードするには、「Download dataset」を選択してから「Continue」をクリックします。

その後、データをどの形式でエクスポートするかを選択できます:

<figure><img src="/files/0fdca02cd7e2a806b25fb25f3bf9bae27c32724b" alt=""><figcaption></figcaption></figure>

ダウンロードオプションは2つあります:

* ZIPとしてダウンロード
* ダウンロードコードを表示

「ダウンロードコードを表示」オプションは、ノートブックでモデルを学習する場合に最適です。

ZIPとしてダウンロードすると、ZIPファイルが用意され、ダウンロードが開始されます。

ダウンロードコードを表示することを選択すると、ノートブックまたはターミナルでデータをダウンロードするためのオプションが表示されます。

{% hint style="info" %}
すべてのデータセットは、Universeのプロジェクトランディングページに記載されたライセンスの対象となります。 [データセットに付与されているライセンスを見つける方法を学ぶ](https://docs.roboflow.com/universe/find-a-dataset-on-universe#roboflow-universe-dataset-licenses).
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/universe/download-a-universe-dataset.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
