case classScaleDetection() extends ImageProcessing with Product with Serializable
If the detection is normalized, for example, ssd detected bounding box is in [0, 1],
need to scale the bbox according to the original image size.
Note that in this transformer, the tensor from model output will be decoded,
just like DecodeOutput
If the detection is normalized, for example, ssd detected bounding box is in [0, 1], need to scale the bbox according to the original image size. Note that in this transformer, the tensor from model output will be decoded, just like
DecodeOutput