mahmoudnafifi / WB_color_augmenter

WB color augmenter improves the accuracy of image classification and image semantic segmentation methods by emulating different WB effects (ICCV 2019) [Python & Matlab].

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do images with new WBs need to be normalised before being fed into a model for image classification?

a2108870 opened this issue · comments

In the paper you mention that you tested images from the imagenet with the new WB settings, do these images need to be normalised before being fed into the vgg or resnet models?

What do you mean by normalized? Any training preprocessing should be applied in testing too, that includes mean subtraction and division by std.

Thank you very much!

You are welcome!