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

# Rapid 모델 검토

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

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

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

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

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

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

모델이 예상한 방식으로 객체를 식별하면 "Publish and Use 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-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.
