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
Hey @ydwen, Thanks for such an amazing work of SimPLE: Pairwise Similarity Learning and sharing the code for further research. It will be great if you help me understand below function and it's use.
Below function is used in validation step as well as in the main_inference.py file. Can you please explain following points?
Why are you flipping the data about axis [3]? (Data shape is BxCxHxW. So, the data will be flipped about the last axis which is width)
What is the intention behind concatenating feats and feats_flip? This creates a significant gap in the process of training and testing.
The text was updated successfully, but these errors were encountered:
Hey @ydwen, Thanks for such an amazing work of SimPLE: Pairwise Similarity Learning and sharing the code for further research. It will be great if you help me understand below function and it's use.
Below function is used in validation step as well as in the main_inference.py file. Can you please explain following points?
The text was updated successfully, but these errors were encountered: