likyoo/open-cd

How to obtain the mmsegmentation-pretrained backbone checkpoint?

Closed this issue · 2 comments

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?

you can find them in segformer configs in mmseg 0.x

you can find them in segformer configs in mmseg 0.x

I got it.