# Label Visualization

### 이 블록에 관하여

Label Visualization 블록을 사용하면 이미지에서 모델이 반환한 레이블을 볼 수 있습니다.

이 블록은 다음과 함께 작동합니다:

* Object detection models
* Segmentation models

분류 모델의 레이블을 시각화하려면 Classification Label Visualization을 사용하세요.

<figure><img src="/files/6399c796f1564b3b0acb43ccabba4f762af748de" alt=""><figcaption><p>Label Visualization 블록.</p></figcaption></figure>

이 블록은 이미지에 레이블만 표시합니다. bounding boxes 또는 segmentation masks도 보려면 추가해야 합니다 [Bounding Box Visualization](/roboflow/roboflow-ko/workflows/workflow-blocks/visualize-predictions/bounding-box-visualization.md) 또는 Mask Visualization.

### 이 블록에 보낼 수 있는 내용

이 블록을 사용하려면 다음이 필요합니다:

1. 입력 이미지 또는 비디오 프레임, 그리고;
2. Object Detection 또는 Segmentation model의 예측.

### 이 블록이 반환하는 내용

Label Visualization 블록은 모델의 레이블이 포함된 이미지를 반환합니다.

이 블록의 예시 출력은 다음과 같습니다:

<figure><img src="/files/c7c9ba2fafdb3158b4165cc432c5459c3d50bc07" alt=""><figcaption><p>객체 탐지 모델의 레이블이 이미지에 표시되어 있습니다.</p></figcaption></figure>

다음은 이 블록을 Bounding Box Visualization 블록 뒤에 사용할 때의 예시입니다:

<figure><img src="/files/3273e475085b034778fe8e34c0eeeed2ee8329d3" alt=""><figcaption><p>객체 탐지 모델의 레이블과 박스가 이미지에 표시되어 있습니다.</p></figcaption></figure>

### 사용 사례

이 블록은 이미지에서 model의 결과를 보고 싶을 때 유용합니다. 이는 테스트 중에 흔히 사용됩니다.

예측 결과를 시각화하면 Workflow 실행에 약간의 오버헤드가 추가되므로, model 결과의 위치를 확인해야 할 때에만 production에서 Visualization을 추가하는 것을 권장합니다.


---

# 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/workflows/workflow-blocks/visualize-predictions/label-visualization.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.
