CaitinZhao/cvpr2019_Pyramid-Feature-Attention-Network-for-Saliency-detection

code

LynnHg opened this issue · 0 comments

I have read the code and the paper carefully, in the paper, SA is followed by the low-level feature and CA is followed by the high-level feature, but in the code, both CA and SA are followed by the high-level feature. line 112 in "model.py" , "SA=SpatialAttention(C345, 'spatial_attention')", why? Shouldn't that be "C12=SpatialAttention(C12, 'spatial_attention')"?