Circle Visualization

एक image में detected region के चारों ओर एक circle बनाएं।

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

Circle Visualization block आपको किसी image में detected regions के चारों ओर एक circle बनाने देता है।

यह block इनके साथ काम करता है:

  • Object detection models

  • Segmentation models

Label Visualization block.

यह block केवल उन circles को दिखाता है जो object detection या segmentation model से coordinates का उपयोग करके calculate किए गए हैं। object labels देखने के लिए, आपको एक add करना होगा Label Visualization.

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

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

  1. एक input image या video frame, और;

  2. Object Detection या Segmentation model से predictions.

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

Circle Visualization block एक image लौटाता है जिसमें किसी image में detected regions के चारों ओर एक circle बनाया गया होता है।

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

Detected regions से बने circles image पर प्रदर्शित किए गए हैं।

यह एक example है जब इस block का उपयोग Label Visualization block के साथ किया जाता है:

Object detection model से बने circles और labels image पर प्रदर्शित किए गए हैं.

Use cases

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

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

अंतिम अपडेट

क्या यह उपयोगी था?