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 I*scale - mean * scale. The little effect was show below

(I-mean)*scale

I*scale - mean * scale

Clone this wiki locally