You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some questions regarding the data augmentation:
In the paper, you stated as follows: "The training images were first resized to 256 × 256 and then augmented with random cropping to 224×224 as well as random horizontal flipping with the probability of 50%." But when reading the code, I see that you use the default dataset augmentation from the ProxyAnchor code, which does not contain resized image to 256 x 256 for is_train=True. Can you clarify it?
There is no mention, is the test data augmentation used the same one from the ProxyAnchor code.
The text was updated successfully, but these errors were encountered:
Hi, thank you for your interesting research.
I have some questions regarding the data augmentation:
is_train=True
. Can you clarify it?The text was updated successfully, but these errors were encountered: