whai362 / pan_pp.pytorch

Official implementations of PSENet, PAN and PAN++.
Apache License 2.0
439 stars 90 forks source link

替换ResNet18为ResNet50,在ic15数据集上掉点了 #93

Open Eric-Sunxr opened 2 years ago

Eric-Sunxr commented 2 years ago

在使用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

ming-eng commented 2 years ago

我也出现了