Skip to content

Object Detection

The Object Detection node evaluates ONNX-based object detection models for images. It takes an input image, an ONNX model session, and confidence and IoU thresholds as inputs, and returns bounding box predictions.

Pin NamePin DescriptionPin TypeValue Type
StartInitiate ExecutionExecutionExecution
ModelONNX Model SessionStructNodeOnnxSession
ImageImage ObjectStructNodeImage
ConfConfidence ThresholdFloatNormal
IoUIntersection Over Union Threshold for NMSFloatNormal
MaxMaximum Number of DetectionsIntegerNormal
EndDone with the ExecutionExecutionExecution
BoxesBounding Box PredictionsStructBoundingBox (Array)