microsoft / Swin-Transformer

This is an official implementation for "Swin Transformer: Hierarchical Vision Transformer using Shifted Windows".
https://arxiv.org/abs/2103.14030
MIT License
13.98k stars 2.06k forks source link

[Asking for help] Where is the .pth file? #356

Open jiaoqianji opened 6 months ago

jiaoqianji commented 6 months ago

would u please show me how to down the .pth file of the model called swin_base_patch4_window7_224_22k? It's a little bit difficult for me to find this file, since I already looked and searched this repo.

Download the swin_base_patch4_window7_224_22k.pth from Swin-Transformer and put it in pretrained_weights folder.[1]

[1]https://github.com/AlibabaResearch/AdvancedLiterateMachinery/blob/main/OCR/OmniParser/README.md#training

zhenwanghust commented 6 months ago

在仓库里的modelhub.md文件里可以找到pth文件。 The pth file can be found in the modelhub.md file in the repository.