pan_pp.pytorch
pan_pp.pytorch copied to clipboard
替换ResNet18为ResNet50,在ic15数据集上掉点了
在使用PAN模型的时候,替换ResNet18为ResNet50,在ic15数据集上掉点了,貌似掉了1个点,还有人出现这种情况吗?
只修改了下面这个地方
model = dict( type='PAN', backbone=dict( type='resnet50', pretrained=True ), neck=dict( type='FPEM_v1', in_channels=(256,512,1024,2048),#(64, 128, 256, 512), out_channels=128
我也出现了