STANet
STANet copied to clipboard
复现效果
(epoch: 199) Overall_Acc: 0.970 Mean_IoU: 0.770 0: 0.969 1: 0.571 precision_1: 0.593 recall_1: 0.939 F1_1: 0.727 感觉我跑的这个效果是不是太差了,pam+CDFA 其他没改动
运行 val.py 时,报错:File "F:\paper code\STANet-master\models\CDFA_model.py", line 80, in test metrics.update(self.L.detach().cpu().numpy(), pred.detach().cpu().numpy()) AttributeError: 'CDFAModel' object has no attribute 'L'