Skip to content

chenlingyun1111/MRAG-Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-scale Residual Attention Guided Network for Retinal Image Segmentation

MRAG.png

Qualitative_evaluation.png

Environment

  • CPU: Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz
  • GPU: Tesla P100-SXM2-16GB
  • CUDA: 11.7
  • Pytorch 1.13.0

data

✅ Experimental Result

Dataset mIoU F1 score Acc AUC Sen MCC
DRIVE 0.8277 0.8195 0.9639 0.9855 0.8392 0.8009
STARE 0.8472 0.8368 0.9722 0.9827 0.8348 0.8223

🚄 Train

If you have installed 'WandB', login your ID in command line.
If not, fix 'wandb: false' in "configs/train.yml" You can login through your command line or 'wandb.login()' inside "main.py"

For Train, edit the configs/train.yml and execute below command

bash bash_train.sh

🛴 Inference

For Inference, edit the configs/inference.yml and execute below command.
Please locate your model path via 'model_path' in "configs/inference.yml"

bash bash_inference.sh
  • If you are using pretrained model, the result should be approximate to table's

About

MRAG-Net

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published