rezazad68 / transdeeplab

TransDeepLab: Convolution-Free Transformer-based DeepLab v3+ for Medical Image Segmentation
68 stars 14 forks source link

Is it a True Conv Free Method ? #5

Open kabbas570 opened 5 months ago

kabbas570 commented 5 months ago

Hello, Thanks for the excellent work, I was just wondering about the claims made by the paper 'Convolution Free', although I can see two convolutional layers in the model architecture. Is there any explanation for this?

(https://github.com/rezazad68/transdeeplab/blob/c2069c09f08805d30544a2c5d4d456f1539cef38/model/backbones/swin.py#L34) https://github.com/rezazad68/transdeeplab/blob/c2069c09f08805d30544a2c5d4d456f1539cef38/model/decoder.py#L173

Thanks Cheers Abbas