landskape-ai / triplet-attention

Official PyTorch Implementation for "Rotate to Attend: Convolutional Triplet Attention Module." [WACV 2021]
https://openaccess.thecvf.com/content/WACV2021/html/Misra_Rotate_to_Attend_Convolutional_Triplet_Attention_Module_WACV_2021_paper.html
MIT License
406 stars 49 forks source link

triplet_attention.py #1

Closed Pluto1314 closed 4 years ago

Pluto1314 commented 4 years ago

请问根目录下的triplet_attention.py和model文件下的triplet_attention.py哪个效果更好呢

digantamisra98 commented 4 years ago

Hi, I guess the issue is resolved. Just for confirmation both the definition of triplet attention in the root and within the model are the same. Thanks!