DrawPointsStep
is one of pipeline step that configures how to draw 2-D points on an image.lime
is default color for noClassColor
.#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
.5
pixels.image
is not set. Used to resolve position of points with relative addressing (dimensions between 0 and 1).image
is not set. Used to resolve position of points with relative addressing (dimensions between 0 and 1).ImageToNDArrayConfig
may be used to crop images before passing to the network, when the image aspect ratio does not match the NDArray aspect ratio. This allows the step to determine the subset of the image actually passed to the network. Refer config
from IMAGE_TO_NDARRAY.image
.