Giter Site home page Giter Site logo

dual-energy-ct's Introduction

ImageDecomposition-DECT

This reposity is organized mainly for an image decomposition algorithm which is proposed to solve the material decomposition problem in Dual-energy Computed Tomography (DECT).

The algorithm is designed based on deep learning paradigm. For more theoretical details, please go to Deep Learning and Material Decomposition Using DECT.

The algorithm is related to the paper "Image Decomposition Algorithm for Dual-Energy Computed Tomography via Fully Convolutional Network". (DOI: 10.1155/2018/2527516)

All have been tested with python 3.6 and tensorflow 1.4.0 in Linux.

  • checkpoint: the checkpoint path for the model trained with tensorflow. The pre-trained model was trained on a dataset which contained totally 2,454,300 samples. Each sample is a 65*65 image patch extracted from 5987 image slices.
  • data: contains 2 path.
    • test: two test data files, 'test_data_cranial.mat' and 'test_data_pleural.mat'.
    • train: we only provide a sub-set (90,000 training samples) in the 'training_samples_90000.rar' file which can be download from here.
  • result: save decomposition result.
  • src: the codes for three decomposition algorithms:
    • Direct matrix inversion (matrix_inversion.m)
    • Iterative decomposition (iterative_decomposition.m). Related paper: Iterative image-domain decomposition for dual-energy CT
    • The proposed deep model (main.py). After download the pre-trained mode, you can use the following command to run the algorithm.

    " python main.py --dataset="../data/test/test_data_crainal.mat" --model="feedforward" --model_name="your-saved-result-name" --checkpoint="../checkpoint/FCN_trained_model "

Contact

Email: [email protected]

dual-energy-ct's People

Contributors

xyf-github 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.