Skip to content

Retinal Lesions (Microaneurysms, Hard Exudates, Soft Exudates, Hemorrhages) Segmentation using Deep Learning Pipeline and Image Processing & Machine Learning Pipeline

Notifications You must be signed in to change notification settings

anwai98/Retinal-Lesion-Segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Retinal-Lesion-Segmentation

Retinal Lesions (Microaneurysms, Hard Exudates, Soft Exudates, Hemorrhages) Segmentation using Deep Learning Pipeline and Image Processing & Machine Learning Pipeline

Dataset used - IDRiD Challenge Dataset

How to play with the codes?

  1. Image Processing - To extract the reasonable candidates with a high sensitivity. (My insight - The implemented method isn't the finest. Simple Image Smoothing with some Contrast Enhancement, Study of Different Color Space and Morphological Operations should do the job with ease. Vessel Segmentation plays an important role too, besides Opitc Disc Segmentation, only if it works 100% perfect) : 4 different scripts for the lesions
  2. Machine Learning - To extract features from the candidates available to obtain a multi-class classification. (My insight - The implemented method is perfect, keeping in mind that the candidate feature extraction has to be commendable. Try different Image Processing and Image Feature Extraction weapons by your own to experiment with the pipeline) : The "whole_process.py" runs all the necessary Python scripts for the entire Machine Learning part.
  3. Deep Learning - To segment the lesions into a binary class segmentation outcome. (My insight - Understand the loss functions and the different architectures).

Note : Comments are provided for explanation (almost). For more information, contact me!

About

Retinal Lesions (Microaneurysms, Hard Exudates, Soft Exudates, Hemorrhages) Segmentation using Deep Learning Pipeline and Image Processing & Machine Learning Pipeline

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages