Git Product home page Git Product logo

promise12_segmentation's Introduction

PROMISE12 Challenge - Automated Segmentation of Prostate Structures from MR Images

This is Keras implementation of a fully convolutional neural network with residual connections for automatic segmentation of prostate structures from MR images.

More info on this competition can be found on Grand Challenges website. Data can be downloaded from https://promise12.grand-challenge.org/download/

The network architecture was inspired by U-Net: Convolutional Networks for Biomedical Image Segmentation and by Keras implementation of the model by Paul-Louis Pröve.

The predictions of this model achieved the score 83.70 and was ranked #8 in the competition. For more details about the model and the implementation see the file project_summary.pdf

images/schematic.png

How to use

Dependencies

This tutorial depends on the following libraries:

  • scikit-image, numpy, matplotlib, scipy
  • SimpleITK
  • OpenCV
  • Tensorflow >=1.4
  • Keras >= 2.0

This code should also be compatible with Theano backend of Keras, but in my experience Theano is slower than TensorFlow.

Running the model

  • Run python train.py to pre-process the data and train the model. Model weights are save in file ../data/weights.h5 .

  • Run python test.py to test the model on the train and validation set and generate some images with some best and worst predictions.

promise12_segmentation's People

Contributors

imirzaevtest avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.