In the googlenet's paper: we resized the image to 4 scales where the shorter dimension (height or width) is 256, 288, 320 and 352 respectively, take the left, center and right square of these resized images.
This gives a more accuracy in testing. However, I found in the Caffe that it up to crop 10(4 corner, 1 middle alone with their mirror) images during testing.
Can anyone give any advices or codes that can explain how to do this within caffe??