SSD_TO_BBOX
SSDToBoundingBoxStep
is a pipeline step that configures extraction of bounding boxes from a (Single-Shot Detector) SSD model output.
Configs | Descriptions |
classLabels | A list of class labels |
keepOtherValues |
|
threshold | Threadshold to the output of the SSD models for fetching bounding boxes for. Default threshold is |
scale | An optional way to increase the size of the bounding boxes by some fraction. If specified, a value of |
aspectRatio | An optional way to control the output shape (aspect ratio) of the bounding boxes. Defined in terms of width or height. If specified, an aspect ratio of |
outputName | Output key name where the bounding box will be contained in. The default name is |
Last updated