Skip to content

makama-md/patch2image

 
 

Repository files navigation

Patch-to-Image Fully Convolutional Networks training for Retinal image segmentation

This repository contains the IPython code for the paper

Taibou Birgui Sekou, Moncef Hidane, Julien Olivier and Hubert Cardot. From Patch to Image Segmentation using Fully Convolutional Networks - Application to Retinal Images.

Given a retinal image database and a fully convolutional network (FCN) f, this tool first pre-trains it on an on-the-fly generated patch database, then fine-tunes it on the original full-sized images.

Framework

Setup

Environment: The following software/libraries are needed:

Datasets: The following datasets are used in our experiments:

Data preprocessing: All the images are preprocessed using:

  • Gray scale conversion
  • Gamma correction (with gamma=1.7)
  • CLAHE normalization

About

Training FCNNs from patches to full-sized images. A framework to train arbitrarily designed networks for medical image segmentation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.8%
  • Python 0.2%