pytorch-vgg
pytorch-vgg copied to clipboard
the value of std
For the transforms, the std should equal [1., 1., 1.]?
multiplied by 255 should not change the std. After converted to BGR, I guess the std should be [0.225, 0.224, 0.229]( the standard std is [0.229, 0.224, 0.225])