Implementation code for Attention Swin U-Net: Cross-Contextual Attention Mechanism for Skin Lesion Segmentation paper for segmentation of LV in Echocardiograms. The dataset used is CAMUS
- Please prepare an environment with python=3.7, and then use the command below to install all the dependencies
pip install -r requirements.txt
python train.py
python eval.py
- Modify hyperparameters in the code itself
@article{aghdam2022attention,
title={Attention Swin U-Net: Cross-Contextual Attention Mechanism for Skin Lesion Segmentation},
author={Aghdam, Ehsan Khodapanah and Azad, Reza and Zarvani, Maral and Merhof, Dorit},
journal={arXiv preprint arXiv:2210.16898},
year={2022}
}