Skip to content

Using UNet for detection of Exudation. Medical Imaging

Notifications You must be signed in to change notification settings

abramjos/Exudation-of-Eye

Repository files navigation

Exudation-of-Eye

Using UNet for detection of Exudation. Medical Imaging

Prerequisites

  • Python
  • Keras (with tensorflow-gpu preffered)
  • Opencv,Numpy,Pandas

Test and Train dataset

Fundus images of Retina. Train - 191 Test - 25 Preprocessing includes finding contours/radius of the eyeballs and normalizing the dataset to that radius.
Augmentation on the dataset includes rotation, gamma, colour shift and contrast.

CNN Model and Performance

Used UNet for detecting exudations in fundus images. Performance of dice coefficient close to 0.45-0.6 respectively for training and testing dataset and the accuracy on the test data is close to 94% on the testing data[binary classification accuracy of existence of exudation in the retina images].

About

Using UNet for detection of Exudation. Medical Imaging

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages