Skip to content

Subtract and normalize

Eric Liu edited this page Apr 9, 2019 · 13 revisions

In caffe training , the image normalization step is (I-mean) * scale , where I is input image , and in my demo script is Iscale - meanscale. The little effect was show below

(I-mean)*scale

Iscale - meanscale

Clone this wiki locally