Giter VIP home page Giter VIP logo

h-denseunet's Introduction

H-DenseUNet: Hybrid Densely Connected UNet for Liver and Tumor Segmentation from CT Volumes, TMI 2018.

by Xiaomeng Li, Hao Chen, Xiaojuan Qi, Qi Dou, Chi-Wing Fu, Pheng-Ann Heng.

Introduction

This repository is for our TMI 2018 paper 'H-DenseUNet: Hybrid Densely Connected UNet for Liver and Tumor Segmentation from CT Volumes'.

Usage

  1. Data preprocessing: Download dataset from: Liver Tumor Segmentation Challenge.
    Then put 131 training data with segmentation masks under "data/TrainingData/" and 70 test data under "data/TestData/".
    Run:

    python preprocessing.py 
  2. Test our model: Download liver mask from LiverMask and put them in the folder: 'livermask'.
    Download model from Model and put them in the folder: 'model'. run:

    python test.py
  3. Train 2D DenseUnet: First, you need to download the pretrained model from ImageNet Pretrained, extract it and put it in the folder 'model'. Then run:

    sh bash_train.sh
  4. Train H-DenseUnet: Load your trained model and run

    CUDA_VISIBLE_DEVICES='0' python train_hybrid.py -arch 3dpart
  5. Train H-DenseUnet in end-to-end way:

    CUDA_VISIBLE_DEVICES='0' python train_hybrid.py -arch end2end

Citation

If H-DenseUNet is useful for your research, please consider citing:

@article{li2018h,
title={H-denseunet: Hybrid densely connected unet for liver and tumor segmentation from ct volumes},
author={Li, Xiaomeng and Chen, Hao and Qi, Xiaojuan and Dou, Qi and Fu, Chi-Wing and Heng, Pheng-Ann},
journal={IEEE transactions on medical imaging},
volume={37},
number={12},
pages={2663--2674},
year={2018},
publisher={IEEE}
}

Questions

Please contact '[email protected]'

h-denseunet's People

Contributors

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