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