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

Cannot find the pre-trained weight file #18

Closed Candice-Y closed 3 months ago

Candice-Y commented 3 months ago

Hello, your work is excellent, and I'm eager to delve deeper into learning. However, I encountered an issue while running the training code, which indicates that the pre-training weight file is missing.

As shown below: FileNotFoundError: [Errno 2] No such file or directory: './pretrained_pth/maxvit/maxvit_rmlp_small_rw_224_sw-6ef0ae4f.pth'

I couldn't find this particular pre-training weight file on the code homepage. Would you mind providing it? If possible, here's my email: allure0719@163.com.

Leonngm commented 3 months ago

Hi, thanks for the interest in our work. In #10 it is mentioned where you can download the pre-trained weights. Best

Candice-Y commented 3 months ago

Hi, thanks for the interest in our work. In #10 it is mentioned where you can download the pre-trained weights. Best

ok, I find it. thanks very much~