pytorch-vgg icon indicating copy to clipboard operation
pytorch-vgg copied to clipboard

the value of std

Open mileyan opened this issue 7 years ago • 1 comments

For the transforms, the std should equal [1., 1., 1.]?

mileyan avatar Jun 03 '17 13:06 mileyan

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])

JingyunLiang avatar Oct 25 '17 12:10 JingyunLiang