# Rapid 모델 검토

Rapid model을 빌드한 후에는 결과를 검토할 수 있습니다.

Rapid model을 검토하려면 Rapid model builder에서 "Review Model"을 클릭하세요.

그러면 Rapid model의 결과를 볼 수 있는 페이지로 이동합니다.

비디오를 업로드한 경우, Rapid는 Rapid 인터페이스에서 보고 있는 비디오의 모든 프레임에 대해 실행됩니다. 그런 다음 비디오를 재생하여 model의 성능을 확인할 수 있습니다.

이미지를 업로드한 경우, 이미지 사이를 클릭하며 Rapid의 성능을 확인할 수 있습니다.

<figure><img src="/files/9136941b6cd71cd1efbeb36873b9db5e286d110d" alt=""><figcaption></figcaption></figure>

model이 예상한 대로 object를 식별하면, "Publish and Use Model"을 클릭하여 model API endpoint를 가져오세요.

### Confidence Threshold 조정

model이 너무 많거나 너무 적은 prediction을 보여준다면 confidence threshold 슬라이더를 사용해 결과를 필터링하세요. threshold를 높이면 낮은 confidence prediction이 숨겨지고, 낮추면 더 많이 표시됩니다.

### model 편집

model이 예상대로 작동하지 않는 경우, "Edit Model"을 클릭하여 review 단계에서 바로 prompts와 annotations를 조정할 수 있습니다. 이를 통해 build 단계로 돌아가지 않고도 labels와 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-ko/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.
