open-mmlab / mmsegmentation

OpenMMLab Semantic Segmentation Toolbox and Benchmark.
https://mmsegmentation.readthedocs.io/en/main/
Apache License 2.0
7.68k stars 2.53k forks source link

How can I download the "clip_vit_base_patch16_224.pth"? (for training of san model) #3705

Open qiuyuan666 opened 2 weeks ago

qiuyuan666 commented 2 weeks ago

The path to "clip_vit_base_patch16_224.pth" is required for san model training, such as line 30 in "san-vit-b16_voc12aug-640x640.py" and line 18 in "san_vit-b16.py". **How do I download “clip_vit_base_patch16_224.pth”?

yangtaowillv commented 1 week ago

The latest code solves this problem by replacing it with "https://download.openmmlab.com/mmsegmentation/v0.5/san/clip_vit-base-patch16-224_3rdparty-d08f8887.pth".