Closed awsaf49 closed 3 years ago
swin_tiny_224
224
512x512
window_size
224x224
swin_large_384
384x384
I'm wondering if this is expected behavior or not. Is there any way to make it work for non-square image?
non-square
So, it seems that SwinTransformer is bound to 384 or 224.
384
swin_tiny_224
I've tried multiple of224
,512x512
, multiple ofwindow_size
. But nothing seems to work other than the224x224
.swin_large_384
, only default size384x384
works.I'm wondering if this is expected behavior or not. Is there any way to make it work for
non-square
image?