# Rapid Model をレビューする

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

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

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

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

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

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

model が期待どおりに objects を識別している場合は、「Publish and Use Model」をクリックして model の API endpoint を取得します。

### Confidence Threshold の調整

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

### Model を編集

model が期待どおりに動作しない場合は、「Edit Model」をクリックして、review ステップから直接 prompt と annotation を調整できます。これにより、build ステップに戻らなくても label や bounding box を追加、削除、変更できます。編集に満足したら、「Update」をクリックして新しい入力で inference を再実行するか、「Cancel」をクリックして変更を破棄します。

「Relabel Objects」をクリックして build ステップに戻り、最初からやり直すこともできます。


---

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