Open longmalongma opened 2 years ago
Hi, most of the experiment settings are set in the config file. So, you can modify the backbone part of the config, replacing the ResNet-50 backbone with a Swin backbone.
You may compare these two configs to see how to modify the backbone config: upernet_r50: https://github.com/SwinTransformer/Swin-Transformer-Semantic-Segmentation/blob/main/configs/_base_/models/upernet_r50.py upernet_swin: https://github.com/SwinTransformer/Swin-Transformer-Semantic-Segmentation/blob/main/configs/_base_/models/upernet_swin.py
网络结构都不一样要怎么转😂
您好,非常感谢你的工作,我是做视频分割的,我现在的backbone是resnet50,我想把经过预训练的resnet50换成预训练好的swin,可以这样做吗?具体要怎么做?
请问您解决了吗?
您好,非常感谢你的工作,我是做视频分割的,我现在的backbone是resnet50,我想把经过预训练的resnet50换成预训练好的swin,可以这样做吗?具体要怎么做?