WYC-321

Results 2 issues of WYC-321

I downloaded the dataset for pre-training on TCIA, but I found that the downloaded data format is .dcm, which is inconsistent with the format of .nii.gz in the json file....

您好,非常感谢您的开源,这个工作非常好。 我尝试使用配置:configs/deeplabv3plus/deeplabv3plus_r50-d8_1024x1024_80k_ACDC_night_with_IAT_LOL.py 进行联合训练,并在此配置文件中设置: pre_backbone=dict( type='Dynamic_SID', in_dim=3, with_global=True, init_cfg=dict(type='Pretrained', checkpoint='pre_train_models/LOL_copyFromEnhance.pth') 同时,在tools/train.py中设置: '--load-from',default='../pre_train_models/deeplabv3plus_r50-d8_512x1024_80k_cityscapes_20200606_114049-f9fb496d.pth', help='the checkpoint file to load weights from')。 虽然代码能成功运行,但是似乎只加载了deeplabv3plus的预训练模型,IAT的预训练模型并没有加载进去。 我的MMCV版本为1.4.0 MMSeg的版本为0.20.2,您能能看下我的设置是否有问题,或者能确定下您那边是否成功加载预训练参数了吗?事实上,pre_backbone的checkpoint路径随便写,运行代码也没有报错,如果能加载预训练参数的话遇到错误路径应该会报错的吧。