wkentaro / pytorch-fcn

PyTorch Implementation of Fully Convolutional Networks. (Training code to reproduce the original result is available.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why didn't you normalize image data?

sgmath12 opened this issue · comments

In common setting, we normalize the data something like this (img - img.mean)/(img.std)

But in your code, you didn't divide std.

Is there any reason for that?

Because vgg16 doesn't, which is used as a pretrained-model for feature extraction