IcarusWizard/MAE

how to make the masked patches not random

Closed this issue · 2 comments

Hi, is there any possible way to fix the position of masked patches? (for example. make all masked patches together into the middle of the image instead of spreading round the image randomly)

Thank you for your help!

Hi @wenhaowang1995. You can re-write the PatchShuffle class to implement a different masking scheme.

Hi @wenhaowang1995. You can re-write the PatchShuffle class to implement a different masking scheme.

oh, I see, thanks a lot!