ndarray
autograd
loss
mxnet.image.
color_normalize
Normalize src with mean and std.
src (NDArray) – Input image
mean (NDArray) – RGB mean to be subtracted
std (NDArray) – RGB standard deviation to be divided
An NDArray containing the normalized image.
NDArray