I'm having a problem with using VGG for testing non-square images. Although the VGG
paper does mention in section 3.2 that it can handle the entire image, and not require crops, it later mentions in 3.3 that the authors made "significant modifications" to Caffe to enable that behavior. I also noticed on their
website it says "Please note that the aforementioned ConvNet toolboxes might
not have a readily available implementation of our dense multi-scale evaluation procedure, so the image classification results can be different from ours." I also checked the
prototxt files and couldn't find the fully convolutional final layers.
So I'm currently at a loss here on how to use VGG for testing non-square images. If you could provide a working example or other insights, it would be greatly appreciated. Thank you.