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

# Rapid Model を構築

Rapid にデータをアップロードすると、Rapid model を作成するインターフェースに移動します。このインターフェースでは、画像や動画にラベルを付けることができます。ラベル付きデータは、その後 Rapid model の学習に使用されます。

Rapid model builder には3つの部分があります:

1. Files list。ここには、モデルの作成に使用するためにアップロードしたすべての動画と画像が一覧表示されます。
2. プレビューインターフェース。ここでは、Rapid が計算したラベルを確認できます。
3. ラベリングツール（"What object are you looking for?" パネル）。ここでは、テキストプロンプトを入力して Roboflow Rapid に送り、データにラベルを付けることができます。

Rapid には、テキストプロンプト駆動のインターフェースがあります。つまり、見つけたい対象の名前を入力して、Rapid に探してもらうことができます。

以下は Rapid のインターフェースの例です:

<figure><img src="/files/4d327106892d23e066b673e366579befb63f5d8a" alt=""><figcaption></figcaption></figure>

### オブジェクトを見つける

オブジェクトを見つけるには、"What object are you looking for?" 入力欄に、識別したいオブジェクトの種類に対応するラベルを入力します。たとえば、トラックを探している場合は、プロンプトに "truck" と入力できます。

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

"Find Objects" をクリックすると、Rapid に見つけたいオブジェクトのすべてのインスタンスを探すよう指示できます。

その後、Rapid はプレビューインターフェースにテキストプロンプトに対応するラベルを表示します。

Rapid には、さまざまな種類のオブジェクトを見つけるために、何度でもプロンプトを送ることができます。

動画にラベルを付けている場合、Rapid はデフォルトで、現在表示しているフレーム（デフォルトでは動画の最初のフレーム）にラベルを付けます。Rapid model builder の "Review Model" ステージに進むと、Rapid が動画全体に対して実行されます。

### Rapid の感度を調整する

Rapid が、識別したいオブジェクトのインスタンスを多すぎる、または少なすぎる数で検出することがあります。これが起きた場合は、Rapid インターフェース右側の "Objects" スライダーを調整できます。プレビューインターフェースに、ラベルを付けたいすべてのオブジェクトが表示され、誤検出が少ない、またはまったくない状態になるまで、スライダーを動かし続けてください。

<figure><img src="/files/405f3d4573215b64f417e7a52c766636a4e9fe44" alt=""><figcaption></figcaption></figure>

### ファイル間を移動する

アップロードしたさまざまな画像や動画に対して Rapid のプロンプトがどのように機能するかを確認するには、Files list でプレビューしたいファイルをクリックします:

<figure><img src="/files/49a9733ed919eed6e0aaa429796fc9849b26909b" alt=""><figcaption></figcaption></figure>

### モデルをレビューする

テキストプロンプトを設定したら、"Review Model" ボタンをクリックします:

<figure><img src="/files/1334b4813a40858517901c0fa52946d7d53d1f45" alt=""><figcaption></figcaption></figure>

クリックすると、"Review Model" ボタンによって、入力したすべての画像と動画で Rapid をプレビューできる Web ページに移動します。


---

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