# Dataset 다운로드

{% hint style="info" %}
다음을 참조하세요. [Roboflow Universe Dataset 다운로드](/roboflow/roboflow-ko/universe/download-a-universe-dataset.md) Roboflow Universe에서 dataset을 다운로드하려면 documentation을 참고하세요.
{% endhint %}

Roboflow에서 dataset을 다운로드하거나 export하려면 먼저 프로젝트의 Dataset 페이지로 이동하세요.

<figure><img src="/files/4a6b3812b90cf359fee66294fecb2891bc2ea511" alt="" width="165"><figcaption></figcaption></figure>

이미지 검색 바 오른쪽에서 Export를 클릭하세요.

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

모달이 나타나 data를 다운로드할 format 옵션을 제공합니다. Roboflow는 [50개 이상의 다양한 annotation format을 지원합니다.](https://roboflow.com/formats).

또한 dataset을 zip 파일로 직접 다운로드하거나, 데이터를 로컬로 다운로드할 수 있는 code snippet을 제공받는 방법 중 하나를 선택할 수 있습니다.

<figure><img src="/files/1979394fd3c56545be6ed9a69724c30fb113a540" alt=""><figcaption></figcaption></figure>

code 옵션을 선택하면 Python code snippet, curl 명령어, 또는 dataset의 직접 다운로드 링크 중에서 선택할 수 있습니다.

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

## FAQ

<details>

<summary>왜 zip된 image 수가 UI와 일치하지 않나요?</summary>

이에는 두 가지 가능성이 있습니다:

* 이미지가 해당 cloud 서비스에서 우연히 다운로드에 실패했습니다.
* 이미지가 손상되었거나 너무 커서 일부 오류가 발생했습니다.

우리 애플리케이션은 export zip을 한 번만 생성한 뒤, 동일한 format(예: COCO)이 선택되면 같은 export를 다시 다운로드합니다. 다운로드한 image 수가 맞지 않는 것을 발견하면 언제든지 새 버전을 생성하고 다시 다운로드할 수 있습니다.

\\

</details>

<details>

<summary>다운로드한 image는 원본 품질인가요?</summary>

아니요. training 속도 저하를 방지하기 위해, 충분한 model 성능에 필요한 resolution과 training 속도 사이의 균형을 유지하는 수준으로 이미지를 압축합니다.

단일 원본 품질 image를 다운로드하려면 dataset의 image를 클릭한 다음 "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-ko/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.
