🟧 Draw Detection Results

Function Description

This operator is used to draw detection results, marking detected objects (bounding boxes, classifications, scores, polygons) on images for visual confirmation of detection results.

Usage Scenarios

Visualize detection results to check whether detection is correct, including whether positioning is accurate, whether classification has errors, whether confidence scores are reasonable, etc.

Input Output

Input

Drawing Results: Output from object detection operators, usually a structure containing bounding boxes, scores, categories, and masks.

Image: Original image on which to perform drawing.

Output

Drawing Results: Output the input detection results.

Result Image: A new image.

Parameter Description

Draw Result Image

Parameter Description

Control whether to generate a new image with visual annotations.

Parameter Adjustment

  • Off (Default): The operator does not perform actual drawing operations, the result image port directly outputs the original input image.

  • On: The operator will draw detection boxes, scores, and other information on a new image and output it. This image can be used to save detection result images.