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

图像归一化为何使用的是127.5和128呢?

Open MichaelGou1105 opened this issue 6 years ago • 1 comments

我看到代码中对图像归一化时,使用的是先减去127.5然后再除以128. 这样做归一化有啥好处呢?

MichaelGou1105 avatar Feb 12 '19 07:02 MichaelGou1105

变成zero-mean,且值域在-1到1之间

zm931116 avatar Feb 27 '19 09:02 zm931116