# Bounding Box Visualization

### इस block के बारे में

Bounding Box Visualization block आपको किसी image पर Object Detection Model से bounding boxes देखने देता है.

<figure><img src="/files/c7a2dddf3f9652625c55740c7419ea9ccc6cc4d3" alt=""><figcaption><p>Bounding Box Visualization block.</p></figcaption></figure>

यह block केवल bounding boxes दिखाता है। अगर आप class labels देखना चाहते हैं, तो आपको एक Label Visualization block जोड़ना होगा.

### आप इस block में क्या भेज सकते हैं

इस block का उपयोग करने के लिए, आपको चाहिए:

1. एक input image या video frame, और;
2. एक Object Detection model से predictions.

### यह block क्या लौटाता है

Bounding Box Visualization block, Object Detection model से bounding boxes के साथ एक image लौटाता है.

इस block से मिलने वाला एक उदाहरण output यहाँ है:

<figure><img src="/files/58b910020d6b790a2c8f885bba4d03ce32d37723" alt=""><figcaption><p>एक image पर प्रदर्शित object detection model से predictions.</p></figcaption></figure>

### Use cases

अगर आप किसी image पर model के results देखना चाहते हैं, तो यह block उपयोगी है। testing के दौरान यह सामान्य है.

क्योंकि predictions को visualize करने से Workflow चलाने में थोड़ा overhead जुड़ता है, इसलिए हम production में Visualization जोड़ने की सलाह सिर्फ़ तभी देते हैं जब आपको अपने model से results का स्थान देखना हो.


---

# 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-hi/workflows/workflow-blocks/visualize-predictions/bounding-box-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.
