Coder Social home page Coder Social logo

xiaochengcike / sunet-architecture Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nic-vicorob/sunet-architecture

0.0 3.0 0.0 56 KB

SUNet: a deep learning architecture for acute stroke lesion segmentation and outcome prediction in multimodal MRI

Python 100.00%

sunet-architecture's Introduction

SUNet: a deep learning architecture for acute stroke lesion segmentation and outcome prediction in multimodal MRI

Development framework for evaluation of deep learning architectures in the paper (https://arxiv.org/abs/1810.13304)

Installation

The method makes use of Keras and Tensorflow. If the method is running on GPU, please make sure CUDA 9.X is correctly installed. Then, in the base directory run:

pip install -r requirements.txt

Running the code

  1. Read ISLES challenge registration instructions in the 'How to join' section and register.

  2. Download and extract the ISLES2015 (SISS and SPES) and ISLES2017 datasets.

  3. Update the dataset dictionary with the path to each dataset in configuration.py (line 137).

  4. Reproduce the cross-validation results in the paper by running :

    python main.py
    

    For each performed cross-validation:

    1. The included pre-trained models from checkpoints/ will be loaded for the corresponding fold.

    2. The corresponding validation images of the training set will be segmented.

    3. Finally, the computed evaluation metrics will be written to a spreadsheet file.

  5. Accessing the results:

    • The resulting binary segmentations will be found in the results/ folder.
    • A spreadsheet with the evaluation metrics for each crossvalidation will be in the metrics/ folder.

sunet-architecture's People

Contributors

albertclerigues avatar

Watchers

 avatar  avatar  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.