Question about pre-trained weight loading #2179
Unanswered
endaoguansanlu
asked this question in
General
Replies: 1 comment
-
No. But you can defined a new backbone model which includes SegFormer backbone and ResNet , then save these two pretrained models(backbone) into one. Finally you can load this single one pretrained model. Best, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, can mmseg load two pre-training weights, for example, a two-branch model, one branch is segformer, one branch is resnet, I will load the two pre-training weights to this two-branch model and then perform it on cityscapes segmentation.
Beta Was this translation helpful? Give feedback.
All reactions