Segmentation of optical coherence tomography images with diabetic macular edema - The Gluon Implementation
Built from scratch using Apache MxNet and Gluon
Images for segmentation of optical coherence tomography images with diabetic macular edema. Obtained the dataset from https://www.kaggle.com/paultimothymooney/chiu-2015
I have included the unzipped version of the dataset in this repository
pip3 install -r requirements.txt
git clone https://github.com/sid0312/OCTImageSegmentation
cd OCTImageSegmentation
python train.py
python results.py
To get the intuition of the training process, go to https://github.com/sid0312/OCTImageSegmentation/blob/master/unets.ipynb