Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.42 KB

File metadata and controls

32 lines (23 loc) · 1.42 KB

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