DrawBoundingBoxStep
is a pipeline step that configures how to draw a bounding box onto an image. The bounding box data, that's to be drawn, is taken from the previous step's data instance.null
, it will try to find any image in the incoming data instance.null
, it will try to find any bounding box in the incoming data instance.true
, then draw the class label on top of the bounding box.true
, then draw the class probability on top of the bounding box.#788E87
, an RGB
value like - rgb(128,0,255)
or it can be from a set of predefined HTML color names: white
, silver
, gray
, black
, red
, maroon
, yellow
, olive
, lime
, green
, aqua
, teal
, blue
, navy
, fuchsia
, purple
.#788E87
, an RGB
value like - rgb(128,0,255)
or it can be from a set of predefined HTML color names: white
, silver
, gray
, black
, red
, maroon
, yellow
, olive
, lime
, green
, aqua
, teal
, blue
, navy
, fuchsia
, purple
. Default color is lime
.NONE
.ImageToNDArrayConfig
may be used to crop images before passing to the network, when the image aspect ratio doesn't match the NDArray aspect ratio. This allows the step to determine the subset of the image actually passed to the network.true
, the cropped region based on the image array is drawn. Set tofalse
by default.drawCropRegion = true
.