STANet icon indicating copy to clipboard operation
STANet copied to clipboard

复现效果

Open adleess opened this issue 1 year ago • 1 comments

(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 其他没改动

adleess avatar Jan 06 '24 09:01 adleess

运行 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'

adleess avatar Jan 06 '24 11:01 adleess