# Rapid Model 만들기

데이터를 Rapid에 업로드하면, Rapid 모델을 구축하는 인터페이스로 이동하게 됩니다. 이 인터페이스에서는 이미지와 비디오에 레이블을 지정할 수 있습니다. 그런 다음 레이블이 지정된 데이터는 Rapid 모델을 학습하는 데 사용됩니다.

Rapid 모델 빌더에는 세 가지 부분이 있습니다:

1. 모델 구축에 사용하도록 업로드한 모든 비디오와 이미지를 나열하는 Files 목록;
2. Rapid가 계산한 레이블을 볼 수 있는 미리보기 인터페이스와;
3. 텍스트 프롬프트를 입력하고 이를 Roboflow Rapid에 보내 데이터를 레이블링할 수 있게 해주는 레이블링 도구(“What object are you looking for?” 패널)

Rapid에는 텍스트 프롬프트 기반 인터페이스가 있습니다. 즉, 찾고 싶은 대상의 이름을 입력하고 Rapid에게 찾아 달라고 요청할 수 있습니다.

다음은 Rapid 인터페이스를 보여주는 예시입니다:

<figure><img src="/files/78904a10e1ab6814b0ecc9460c05f814b5cac395" alt=""><figcaption></figcaption></figure>

### 객체 찾기

객체를 찾으려면, “What object are you looking for?” 입력 필드에 식별하려는 객체 유형에 해당하는 레이블을 입력하세요. 예를 들어 트럭을 찾고 있다면 프롬프트에 “truck”이라고 입력할 수 있습니다.

<figure><img src="/files/2c8930cfdf47f09cdbef4af07d502c2a25fa38bf" alt=""><figcaption></figcaption></figure>

"Find Objects"를 클릭하여 Rapid에게 찾고자 하는 객체의 모든 인스턴스를 찾아 달라고 요청하세요.

그러면 Rapid가 미리보기 인터페이스에 텍스트 프롬프트에 대응하는 레이블을 표시합니다.

원하는 만큼 여러 번 Rapid에 프롬프트를 입력하여 다양한 종류의 객체를 찾을 수 있습니다.

비디오에 레이블을 지정하는 경우, 기본적으로 Rapid는 현재 보고 있는 프레임에 레이블을 지정합니다(기본값은 비디오의 첫 프레임입니다). Rapid 모델 빌더의 "Review Model" 단계로 이동하면, Rapid가 전체 비디오에 대해 실행됩니다.

### Rapid의 민감도 조정하기

Rapid가 식별하려는 객체의 인스턴스를 너무 많이 또는 너무 적게 식별할 수 있습니다. 이런 경우 Rapid 인터페이스 오른쪽에 있는 "Objects" 슬라이더를 조정할 수 있습니다. 미리보기 인터페이스에 레이블을 지정하려는 모든 객체가 표시되고 오탐이 거의 또는 전혀 없을 때까지 슬라이더를 계속 움직이세요.

<figure><img src="/files/58c7f4ec9e14a1218b733087dd052eeea77adf61" alt=""><figcaption></figcaption></figure>

### 파일 간 이동하기

업로드한 서로 다른 이미지나 비디오에서 Rapid 프롬프트가 어떻게 작동하는지 보려면, Files 목록에서 미리보기할 파일을 클릭하세요:

<figure><img src="/files/3c4c612a263bacd60f23ab392f8517a11917d6de" alt=""><figcaption></figcaption></figure>

### 모델 검토하기

텍스트 프롬프트를 설정한 후 "Review Model" 버튼을 클릭하세요:

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

클릭하면 "Review Model" 버튼이 입력한 모든 이미지와 비디오에서 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/build-a-rapid-model.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.
