> 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/build-a-rapid-model.md).

# Rapid 모델 빌드

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

Rapid 모델 빌더는 세 부분으로 구성됩니다:

1. 모델 빌드에 사용하기 위해 업로드한 모든 비디오와 이미지를 나열하는 Files list;
2. Rapid가 계산한 레이블을 볼 수 있는 preview interface와;
3. 텍스트 프롬프트를 입력해 Roboflow Rapid로 보내 데이터에 레이블을 지정할 수 있는 labeling tool( "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가 preview interface에 텍스트 프롬프트에 해당하는 레이블을 표시합니다.

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

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

### Rapid의 감도 조정

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

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

### 파일 간 이동

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

<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
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/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.
