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

# 데이터셋 다운로드

{% 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>

모달이 나타나 데이터 다운로드 형식을 선택할 수 있게 해줍니다. 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 command, 또는 dataset에 대한 직접 다운로드 링크 중에서 선택할 수 있습니다.

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

## FAQ

<details>

<summary>왜 zip으로 다운로드한 image 개수가 UI와 일치하지 않나요?</summary>

이에 대한 가능한 원인은 두 가지입니다:

* 각각의 cloud service에서 image 하나가 우연히 다운로드에 실패했습니다.
* 이미지가 손상되었거나 너무 커서 일부 오류가 발생합니다.

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

\\

</details>

<details>

<summary>다운로드한 이미지가 원본 품질인가요?</summary>

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

원본 품질의 단일 이미지를 다운로드하려면 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-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.
