xmindflow / deformableLKA

[WACV 2024] Beyond Self-Attention: Deformable Large Kernel Attention for Medical Image Segmentation
https://arxiv.org/abs/2309.00121
157 stars 12 forks source link

Deformable LKA module #1

Closed Ystartff closed 9 months ago

Ystartff commented 9 months ago

Hello, I would like to know where the complete code flow of the Deformable LKA module in Figure 2 in your paper is, but I didn't find it

amirhossein-kz commented 9 months ago

Hi @Ystartff ,

Thank you for your interest. You can find it here:

https://github.com/xmindflow/deformableLKA/blob/68c87dfa9d1cd4cd935ce9fc6ef37c262de6fd53/2D/deformable_LKA/deformable_LKA.py#L124