Git Product home page Git Product logo

ivd-net's Introduction

IVD-Net: Intervertebral disc localization and segmentation in MRI with a multi-modal UNet

Repository containing the source code of the IVD-Net segmentation network (link) that we proposed for the MICCAI 2018 IVD segmentation challenge. This architecture was used to segment the inetervertebral disc in multi-modal MRI images. Nevertheless, it can be used to segment any other structure/s in a multi-modal image setting.

Requirements

  • The code has been written in Python (3.5) and pyTorch.
  • You should also have installed torchvision and scipy

Running the code

Pre-processing

If you just want to run the IVD dataset with this code, you simply need to convert the 3D volumes to 2D slices/images. Then, the structure to save the images should be (note that val and test folders will have the same structure than train):

--| MainFolder
----| train
--------| Fat/
------------| ImgName_xxxx0.png
------------| ImgName_xxxx1.png
------------| ....
--------| GT/
------------| ImgName_xxxx0.png
------------| ImgName_xxxx1.png
------------| ....
--------| Inn/
------------| ImgName_xxxx0.png
------------| ImgName_xxxx1.png
------------| ....
--------| Opp/
------------| ImgName_xxxx0.png
------------| ImgName_xxxx1.png
------------| ....
--------| Wat/
------------| ImgName_xxxx0.png
------------| ImgName_xxxx1.png
------------| ....
----| Val/
----| Test/

Then you simply have to write in the command line:

python main.py 

Some results from our paper





If you use this code for your research, please consider citing the original paper:

ivd-net's People

Contributors

josedolz avatar

Watchers

James Cloos 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.