Skip to content

Code for the Internship at Key Laboratory in Intelligent Medical Image Computing at Northeastern University

Notifications You must be signed in to change notification settings

Fan-hr/Fundus-Image-Segmentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fundus Image Segmentation Base On U-Net

Code for the Internship at Key Laboratory in Intelligent Medical Image Computing at Northeastern University

project
│   README.md
└───Data
│   └───Seg_train
│   │   └──1st_manual
│   │   └──images
│   │ 
│   └───Seg_train_aug
│   │   └──1st_manual
│   │   └──images
│   │
│   └───augmentation.py
│   └───augmentation_tools.py
│ 
└───Model
│       
│ 
└───res
│       
└───DataSet.py
│       
└───config.py
│       
└───test.py
│       
└───tool.py
│       
└───Net.py
│       
└───Train_net.py
│       
└───train.py

Method

We use U-Net as the backbone for fundus image segmentation

image

Result

We use dice as the main evaluation metric, Our method achieves better results on the internal dataset(dice:92.31)

image

Commands

1. Train

python train.py

Checkpoints will be saved in ./Model/

2. Inference

python test.py

Images will be saved in ./res/

About

Code for the Internship at Key Laboratory in Intelligent Medical Image Computing at Northeastern University

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%