Crop Visualization

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

Crop Visualization block किसी image से detected regions को crop करता है, उन्हें बड़ा करता है, फिर detected region के ऊपर regions को वापस जोड़ता है।

यह block तब उपयोगी है जब आप किसी image में detections को highlight करना चाहते हैं।

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

  • Object detection models

  • Segmentation models

Crop Visualization block।

यह block by default आपके detection या segmentation model से class labels नहीं जोड़ता है। यदि आप उन classes को देखना चाहते हैं जो प्रत्येक crop से संबंधित हैं, तो आपको एक जोड़ना होगा Label Visualization.

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

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

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

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

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

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

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

image में defect को बड़ा दिखाया गया है।

संदर्भ के लिए, यहाँ input image है:

block के result में, detected region को बड़ा किया जाता है।

Use cases

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

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

अंतिम अपडेट

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