SwinTransformer / Video-Swin-Transformer

This is an official implementation for "Video Swin Transformers".
https://arxiv.org/abs/2106.13230
Apache License 2.0
1.42k stars 199 forks source link

Code for duplicate the weights pretrained on Imagenet #79

Open xujianglan opened 1 year ago

xujianglan commented 1 year ago

Hi, I notice that in the paper the model is initialized using weights of a Image SwinTrasformer. but I failed to find the corresponding code, can you please show me its position in this repo? Thanks in advance!