Densenet-Tensorflow icon indicating copy to clipboard operation
Densenet-Tensorflow copied to clipboard

how to standardize a single image in testing phase?

Open yuffon opened this issue 5 years ago • 0 comments

I find that in the training and testing phase, the dataset is standardized as a whole batch, including computing the mean and variance in a per channel style. However, when the model is deployed, the image is feed individually, how should we preprocess the image? What mean and variance should we use?

yuffon avatar Mar 08 '19 02:03 yuffon