> 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 モデルを構築

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

Rapid model builder には 3 つのパートがあります:

1. Your Files リスト。ここには、モデルの構築に使用するためにアップロードしたすべての動画と画像が一覧表示されます。
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 の Sensitivity を調整する

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

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

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

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

<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, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/rapid/build-a-rapid-model.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.
