filipradenovic/cnnimageretrieval-pytorch

Training with square shape, how to test

Opened this issue · 0 comments

Hi, thanks for sharing your awesome work. For a particular task, i’m trying to train the same dataset by making it SQUARE shaped (320*320) and then rotating it with 90 deg.
My question is,

  1. do i need to change something while testing?
  2. What about the query image bounding boxes? Do i need to resize those too?

Thanks in advance