DrawHeatMapStep
is a a pipeline step that configures how to draw a 2-D heat map on an image.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).image
.true
by default. If true
, copy all the other (non-converted/non-image) entries in the input data to the output data.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. Refer config
from IMAGE_TO_NDARRAY.