Skip to content

chia-shein/Retinal_blood_vessel_Segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Retinal_blood_vessel_Segmentation

https://www.kaggle.com/competitions/sai-vessel-segmentation/overview

Description

Diabetic Retinopathy (DR) is a consequence of Type-II diabetes, resulting in harm to the blood vessels in the retina and contributing to visual impairment. The anticipated focus revolves around the likelihood of fluctuations in estimating retinal veins, with precision detecting vessel development within the retina.

Datasets:

In order to prevent the database from being deleted, I first backed it up to my personal cloud space. Download Link

Dependencies

  • tensorflow-21.02-tf1-py3:latest
sudo apt-get update
sudo apt-get install ffmpeg libsm6 libxext6  -y
pip install imgaug
pip install -U scikit-learn scipy matplotlib
pip install pandas

Codes:

showimg.py

python showimg.py

train.ipynb

  • This code can be trained on Google Colab.

  • Augmentation lets the model more robust.

  • With the early stop callback mechanism.

  • validation training diagrams.

  • My trained Weight: Download link

inference.ipynb

  • This code directly uses Google Colab for inference images.
  • Inference with different confidence thresholds:

Competition Result:

Finished sixth in the competition with a dice value of 0.78, out of a first-place score of 0.80.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published