normalized_value = (value - image_mean) / image_std image_mean = 128, image_std = 128 range [-1,1]
input range of ssd mobilenet v3 is [-1, 1].