mohamedac29 / S2-FPN

Scale-ware Strip Attention Guided Feature Pyramid Network for Real-time Semantic Segmentation
MIT License
21 stars 5 forks source link

About Equation 6 in paper 3.2 #3

Open llfzllfz opened 2 years ago

llfzllfz commented 2 years ago

In paper,Equation 6 is Fscale = A ⊙F2 + A⊙F2, but with the text description, I think it should be Fscale = A⊙F1 + A⊙F2.

mohamedac29 commented 2 years ago

@llfzllfz You are right. it is typo error in the manuscript. I have made some changes in the manuscript will upload the updated version soon. Thanks for the comments.