# Universe Dataset 다운로드

Universe 데이터셋을 [Roboflow에서 지원하는 모든 형식으로](https://roboflow.com/formats).

노트북에서 모델을 학습하려는 경우 데이터셋을 다운로드하고 싶을 수 있습니다.

Roboflow의 클라우드에서 모델을 학습하려는 경우, 다음을 권장합니다 [Universe 데이터셋을 포크하는 것](/roboflow/roboflow-ko/universe/fork-a-universe-dataset.md) 다운로드하는 대신에. 데이터셋을 포크하면 컴퓨터에 다운로드했다가 다시 업로드하지 않고도 Universe의 데이터셋을 업로드할 수 있습니다.

### Universe 데이터셋을 다운로드하는 방법

Universe 데이터셋을 다운로드하려면 Universe에서 데이터셋으로 이동하세요. 그런 다음 왼쪽 사이드바에서 "Dataset"을 클릭하세요:

<figure><img src="/files/950dba390eeac7ab0c601662a8119d2e94ba198f" alt=""><figcaption></figcaption></figure>

그러면 데이터셋 버전의 이미지, 데이터셋 분할, 그리고 데이터셋에 적용된 전처리 및 증강 단계 등을 포함한 데이터셋 정보를 볼 수 있는 페이지로 이동합니다:

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

데이터셋을 다운로드하려면 Download Dataset을 클릭하세요. 데이터셋을 다운로드하는 방법에 대한 옵션이 있는 창이 나타납니다:

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

세 가지 옵션이 있습니다:

* 이 데이터셋으로 모델 학습: [데이터셋을 포크하여](/roboflow/roboflow-ko/universe/fork-a-universe-dataset.md) 학습에 사용할 수 있도록 작업 공간에 가져옵니다.
* 이 데이터셋의 일부로 학습: 기존 프로젝트로 가져올 특정 이미지를 선택합니다.
* 데이터셋 다운로드: 전체 데이터셋을 ZIP 파일로 다운로드합니다.

데이터셋을 ZIP으로 다운로드하려면 "Download dataset"을 선택한 다음 "Continue"를 클릭하세요.

그다음 데이터를 어떤 형식으로 내보낼지 선택할 수 있습니다:

<figure><img src="/files/05aea519ac66db4362352e2b6ec74f14711b9da2" alt=""><figcaption></figcaption></figure>

두 가지 다운로드 옵션이 있습니다:

* ZIP으로 다운로드
* 다운로드 코드 보기

"Show download code" 옵션은 노트북에서 모델을 학습할 예정이라면 이상적입니다.

ZIP으로 다운로드하면 ZIP 파일이 준비되어 다운로드가 시작됩니다.

다운로드 코드를 표시하도록 선택하면 노트북 또는 터미널에서 데이터를 다운로드하기 위한 옵션이 표시됩니다.

{% hint style="info" %}
모든 데이터셋은 Universe 프로젝트 랜딩 페이지에 설명된 라이선스의 적용을 받습니다. [데이터셋의 라이선스를 확인하는 방법 알아보기](https://docs.roboflow.com/universe/find-a-dataset-on-universe#roboflow-universe-dataset-licenses).
{% endhint %}


---

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