Q about resize
Closed this issue · 3 comments
TwiceMao commented
How can I get matching coordinates in the dimensions of the original image? I mean not resized.
TwiceMao commented
Or is it possible that when the height and width of the image meet certain conditions, the height and width of the image will remain unchanged after the image goes through the Resize_img operation in your code.
TwiceMao commented
Or, is it okay if I don’t do the resize in your code during data preprocessing? If not, what will happen?
xuanlanxingkongxia commented
Thank for your question.
Our method need the input data to meet these criterions:
- the resolution of query image and target image should be the same
- the resolution of images should be an integer multiple of 32
these criterions could be satisfiled by padding 0