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

# Rapid Model をレビュー

Rapid model を構築したら、その結果を確認できます。

Rapid model を確認するには、Rapid model builder の「Review Model」をクリックします。

Rapid model の結果を確認できるページに移動します。

動画をアップロードした場合、Rapid は Rapid インターフェースで表示している動画のすべてのフレームに対して実行されます。その後、動画を再生してモデルの動作を確認できます。

画像をアップロードした場合は、画像を切り替えながら Rapid の性能を確認できます。

<figure><img src="/files/43ec4dd38009f42ead4038bed425f2c59bc5bd92" alt=""><figcaption></figcaption></figure>

モデルが期待どおりにオブジェクトを識別している場合は、「Publish and Use Model」をクリックして model API endpoint を取得します。

### Confidence Threshold を調整

モデルの予測が多すぎる、または少なすぎる場合は、confidence threshold スライダーを使って結果をフィルタリングします。しきい値を上げると信頼度の低い予測が非表示になり、下げるとより多く表示されます。

### モデルを編集

モデルが期待どおりに動作しない場合は、レビュー手順から直接プロンプトや注釈を調整するために「Edit Model」をクリックできます。これにより、構築手順に戻らなくても、ラベルやバウンディングボックスの追加、削除、変更ができます。編集に満足したら「Update」をクリックして新しい入力で推論を再実行するか、「Cancel」をクリックして変更を破棄します。

また、「Relabel Objects」をクリックして構築手順に戻り、最初からやり直すこともできます。


---

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