ry / tensorflow-vgg16

conversation of caffe vgg16 model to tensorflow
672 stars 285 forks source link

Mean image not subtracted #12

Open nightrome opened 7 years ago

nightrome commented 7 years ago

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?