How to obtain the mmsegmentation-pretrained backbone checkpoint?
Closed this issue · 2 comments
dou3516 commented
When add a new config for backbone not exists in current configs, e.g. mit-b2, I can't find the checkpoint url like (from changer_ex_mit-b1_512x512_40k_levircd.py) :
checkpoint = 'https://download.openmmlab.com/mmsegmentation/v0.5/pretrain/segformer/mit_b1_20220624-02e5a6a1.pth'
How to obtain the url of mmsegmentation-pretrained backbone checkpoint?