> 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/rapid/upload-data-to-rapid.md).

# Rapid에 데이터 업로드

Roboflow Rapid를 시작하려면 먼저 다음 중 하나를 업로드해야 합니다:

* 식별하고 싶은 객체가 포함된 짧은 비디오, 또는;
* 식별하고 싶은 객체가 포함된 몇 장의 이미지.

데스크톱에서 데이터를 업로드하거나, 웹캠을 사용해 사진을 촬영하거나 브라우저에서 직접 짧은 비디오를 녹화할 수 있습니다.

비디오를 Rapid에 업로드하면 길이를 10초로 자르도록 요청받게 됩니다.

이미지를 업로드하는 경우, 최소 5장을 업로드하는 것을 권장하지만 1장만으로도 시작하여 프로토타입 Rapid 모델을 만들 수 있습니다.

### Rapid에 데이터를 업로드하는 방법

데이터를 업로드하려면 Roboflow Rapid로 이동해 비디오 또는 이미지를 웹 인터페이스에 끌어다 놓으세요. 그러면 파일이 처리되어 업로드됩니다. 업로드하는 파일의 크기에 따라 몇 분 정도 걸릴 수 있습니다. 일반적으로 사용되는 모든 이미지 및 비디오 형식이 지원됩니다(예: 이미지의 경우 JPEG, PNG, HEIC/HEIF, 비디오의 경우 mp4 및 mov).

업로드한 데이터는 이후 Rapid 인터페이스에 표시됩니다:

<figure><img src="/files/96f1cf0fa4b23985ad958d2a578d122e607b2e5b" alt=""><figcaption></figcaption></figure>

데이터를 업로드한 후, 어떤 객체를 찾고 있는지 묻는 질문이 표시됩니다. 여기에서 식별하고 싶은 객체의 레이블을 입력하면 됩니다. 예를 들어 이미지에서 트럭을 찾고 싶다면 "truck"을 입력하세요. 또한 Rapid는 페이지의 "Try these" 섹션에서 업로드한 데이터와 관련된 몇 가지 클래스를 제안합니다.

여러 클래스를 지정하려면 "truck, car"처럼 각 클래스를 쉼표로 구분하세요.

식별할 하나 이상의 클래스를 설정한 후 "Find My Objects"를 클릭하여 Rapid 모델 구축을 시작하세요.


---

# 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-ko/rapid/upload-data-to-rapid.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.
