MCG-NJU / MixFormer

[CVPR 2022 Oral & TPAMI 2024] MixFormer: End-to-End Tracking with Iterative Mixed Attention
https://arxiv.org/abs/2203.11082
MIT License
448 stars 75 forks source link

Where download pretrained weight ? #69

Open CarlHuangNuc opened 1 year ago

CarlHuangNuc commented 1 year ago

Hi ,

about Backbone pretrained weight, where we can download it ?

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

yutaocui commented 1 year ago

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.