instructions.md
October 24, 2023 ยท View on GitHub
Put the checkpoints trained by MAE from VideoMAE. Our code then finetunes the whole model based on their pretrained weights.
The weights can be downloaded from VideoMAE's model zoo. Specifically
- Download the model
ViT-SandViT-Bpretrained on SSv2 for 2400 epochs. (Follow the figure below to find the models in VideoMAE's model zoo.)

- Name them as
videomae_ssv2_vits.pthandvideomae_ssv2_vitb.pth, respectively.