Closed ShijianRuan closed 5 months ago
Is there code for self-supervised training? If not, can you provide reference code?
Most of the self-supervised learning codes are inherited from the official MAE repo (https://github.com/facebookresearch/mae/tree/main). We adjust the input size to 1024 to fit the SAM's requirement.
Is there code for self-supervised training? If not, can you provide reference code?