SkillAgentSearch skills...

Patch2image

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

Install / Use

/learn @Taib/Patch2image
About this skill

Quality Score

0/100

Category

Design

Supported Platforms

Zed

README

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
View on GitHub
GitHub Stars15
CategoryDesign
Updated1y ago
Forks6

Languages

Jupyter Notebook

Security Score

75/100

Audited on Aug 27, 2024

No findings