Skip to content

Code of "Wavelet Transform and Edge Loss-based Three-Stage Segmentation Model for Retinal Vessel"

Notifications You must be signed in to change notification settings

xuecheng990531/EWSNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wavelet transform and edge loss-based three-stage segmentation model for retinal vessel

Descriptions

This repository contains the implementations of the paper 'Wavelet transform and edge loss-based three-stage segmentation model for retinal vessel' published in the Biomedical Signal Processing and Control journal.

This repository currently provides examples of implementing, training, and inferring with the core model code. It also includes guidance on running the code on sample datasets. Additionally, there are suggestions and code for visual analysis.

image

[Get Paper]

🔑 Steps for Training and Testing

  • pip install -r requirements.txt
  • 🐍 run python main.py
  • ❗ Note❗

    Remeber delete the .gitkeep and .DS_Store files before running this program.

    Citation

    If you find this code is useful in your research, please consider to cite:

    @article{li2023wavelet,
      title={Wavelet transform and edge loss-based three-stage segmentation model for retinal vessel},
      author={Li, Xuecheng and Zheng, Yuanjie and Zang, Mengwei and Jiao, Wanzhen},
      journal={Biomedical Signal Processing and Control},
      volume={86},
      pages={105355},
      year={2023},
      publisher={Elsevier}
    }
    

    About

    Code of "Wavelet Transform and Edge Loss-based Three-Stage Segmentation Model for Retinal Vessel"

    Resources

    Stars

    Watchers

    Forks

    Languages