Skip to content

Official Tensorflow Implementation of "A Self-Adaptive and Multi-Attention Deep Convolutional Network for Retinal OCT Fluid Segmentation"

License

Notifications You must be signed in to change notification settings

arminbiglari/RetiFluidNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RetiFluidNet

Official Tensorflow Implementation of "A Self-Adaptive and Multi-Attention Deep Convolutional Network for Retinal OCT Fluid Segmentation".Paper

Other Implementations

Getting Started

Installation

  • Clone this repo:
git clone -b master --single-branch https://github.com/arminbiglari/RetiFluidNet.git
cd RetiFluidNet
  • Install Dependencies:
pip install -r requirments.txt

Train

  • To train the model, Please adjust the params.yaml file based on your dataset.
python3 train.py

Test

  • To test the model, Please adjust the params.yaml file based on your dataset.
python3 test.py

Pre-trained Weights

Citation

If you find this useful for your research, please use the following.

@ARTICLE{9980422,
  author={Rasti, Reza and Biglari, Armin and Rezapourian, Mohammad and Yang, Ziyun and Farsiu, Sina},
  journal={IEEE Transactions on Medical Imaging}, 
  title={RetiFluidNet: A Self-Adaptive and Multi-Attention Deep Convolutional Network for Retinal OCT Fluid Segmentation}, 
  year={2023},
  volume={42},
  number={5},
  pages={1413-1423},
  keywords={Fluids;Retina;Image segmentation;Visualization;Task analysis;Optimization;Lesions;Medical image segmentation;convolutional neural network;retinal disease;fluid segmentation},
  doi={10.1109/TMI.2022.3228285}}


About

Official Tensorflow Implementation of "A Self-Adaptive and Multi-Attention Deep Convolutional Network for Retinal OCT Fluid Segmentation"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages