Skip to content

Make Bounding Box

Purpose of the Node

This node allows you to create a Bounding Box based on various input parameters, such as the type of definition (xyxy or x1y1wh), class index, score, and coordinates. It also dynamically manages the input pins based on the selected definition type.

Pins

Pin NamePin DescriptionPin TypeValue Type
StartInitiates the execution of the nodeExecution-
DefinitionSpecifies the format of the bounding box definitionString-
ClassThe class index for the bounding boxInteger-
ScoreThe score or confidence of the bounding boxFloat-
x1The left coordinate of the bounding box for “xyxy” formatFloat-
y1The top coordinate of the bounding box for “xyxy” formatFloat-
x2The right coordinate of the bounding box for “xyxy” formatFloat-
y2The bottom coordinate of the bounding box for “xyxy” formatFloat-
wThe width of the bounding box for “x1y1wh” formatFloat-
hThe height of the bounding box for “x1y1wh” formatFloat-
EndMarks the completion of the node’s executionExecution-
BoxOutputs the created bounding box in the specified formatStructBoundingBox