Hello,
I am using the resize method of convert_imageset file to resize my images. Today I noticed that after applying the next lines in python for my test set (which I guess that applies a resize method too), the image side borders get changed. Below are the examples of what I mean with the same image.
image = caffe.io.load_image(...)
transformed_image = transformer.preprocess('data', image)
Does anyone know why is this happening?
Thank you