MCG-NJU/MixFormer

Where download pretrained weight ?

CarlHuangNuc opened this issue · 1 comments

Hi ,

about Backbone pretrained weight, where we can download it ?

BACKBONE:
PRETRAINED: True
PRETRAINED_PATH: '/YOUR/PRETRAINED/VIT/DIR/mae_pretrain_vit_base.pth'

You can download Mae-pretrain ViT-B and ViT-L weights from the official repo https://github.com/facebookresearch/mae#fine-tuning-with-pre-trained-checkpoints.
And ConvMAE weights from https://github.com/Alpha-VL/ConvMAE#pretrain-on-imagenet-1k.