YimianDai / open-aff

code and trained models for "Attentional Feature Fusion"
729 stars 95 forks source link

Concat and fusion instead of add in iAFF and AFF #36

Open ghost opened 2 years ago

ghost commented 2 years ago

Hi author, have you ever considered using Concat and fusion like : $conv1x1(cat([x1, x2]))$ instead of $+$ in iAFF and AFF aff