GithubHelp home page GithubHelp logo

johncolby / unet_brats Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 404 KB

3D U-Net deep learning segmentation of BraTS 2018 data with mxnet

License: MIT License

Jupyter Notebook 95.10% Python 4.90%

unet_brats's Introduction

README

This python package contains a 3D U-Net algorithm (a type of deep learning convolutional neural network based on Ronneberger et al., 2015) for the segmentation of voxelwise medical imaging data. It is geared toward the BraTS 2018 glioma brain tumor dataset, although the underlying network is broadly applicable to other voxelwise multi input channel and multi output class applications. It is implemented in the mxnet deep learning framework, using code adapted from the The Straight Dope book.

Install

  1. Make sure a version of mxnet is installed with GPU support. For example:

    pip install mxnet-cu92mkl
  2. Download this repository, either with git clone <URL> (where <URL> is the git repository URL) or by clicking the download link in the git web interface.

  3. Install the companion python module. From the command line:

    cd /path/to/unet_brats/
    pip install .
    

    Alternatively, install directly from the git repository like:

    pip install git+<URL>

Usage

Example Jupyter notebooks for training and testing/inference are included in the notebooks directory.

Performance

This project aims to create a good implementation of a simple "vanilla" U-Net, which may be used as a basic foundation for more complex analyses. Nevertheless, despite the focus on simplicity, it achieves competitive performance out-of-the-box, for example achieving top 10 results in whole tumor segmentation at the time of this writing. From the BraTS 2018 Leaderboard:

Team Dice_ET Dice_WT Dice_TC
Deep_Rad_UCSF 0.78829 0.90918 0.84132

Example output

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.