Skip to content

Work on deep learning for polyp characterization

Notifications You must be signed in to change notification settings

jbernoz/deeppolyp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Benchmark for Endoluminal Scene Segmentation of Colonoscopy Images

Introduction

This repo contains the code to train and evaluate FCN8 network as described in A Benchmark for Endoluminal Scene Segmentation of Colonoscopy Images. We investigate the use of Fully Convolutional Neural Networks for Endoluminal Scene Segmentation, and report state of the art results on EndoScene dataset.

Installation

You need to install :

Run experiments

The architecture of the model is defined in fcn8.py. To train a model, you need to prepare the configuration in train file where all the parameters needed for creating and training your model are precised.

To train a model, use the command : THEANO_FLAGS='device=cuda0,floatX=float32' python train.py. All the logs of the experiments are stored in the result folder of the experiment.

Authors

David Vázquez, Jorge Bernal, F. Javier Sánchez, Gloria Fernández-Esparrach, Antonio M. López, Adriana Romero, Michal Drozdzal and Aaron Courville

How to cite

About

Work on deep learning for polyp characterization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages