tensorflow-vgg16
tensorflow-vgg16 copied to clipboard
Mean image not subtracted
Hi,
the VGG-16 model you referenced (here) requires that we subtract the mean image from the current image. Your code does not seem to do that, or? Have you checked what image classification performance you achieve with this model?