open-mmlab/mmsegmentation

Question about the pretrained weight configuration for the SAN model

qiuyuan666 opened this issue · 0 comments

Thank you so much for your work on mmsegmentation.

Recently, I encountered issues while training the SAN model with a VOC-format dataset. Could you please let me know where to download the pretrained weight files?

In line 36 of san-vit-l14_pascal_context-640x640.py, the weight file vit_base_patch16_224.pth is referenced, and in line 18 of san_vit-b16.py, the weight file clip_vit_base_patch16_224.pth is mentioned. Where can I find these two pretrained weight files?

I am eagerly looking forward to your response and guidance!