Skip to content
forked from PkuClosed/MEDN

Tissue Microstructure using a Deep Network

Notifications You must be signed in to change notification settings

serenidpity/MEDN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

MEDN

This is a python demo for the paper:
Chuyang Ye, "Estimation of Tissue Microstructure Using a Deep Network Inspired by a Sparse Reconstruction Framework", IPMI 2017. and its extended version that is under review.

The demo includes both the training and test phase. Therefore, to run it, both the training and test data (which are images in the NIfTI format) should be prepared. The input diffusion signals should be normalized.

There are a few dependencies that need to be installed:
numpy
nibabel
keras
theano

Here is how to run the scripts

python MEDN.py < list of training normalized diffusion images> < list of training brain mask images > < list of training ICVF > < list of training ISO > < list of training OD > < list of test normalized diffusion images > < list of test brain mask images > < output directory >

and

python PMEDN.py < list of training normalized diffusion images> < list of training brain mask images > < list of training ICVF > < list of training ISO > < list of training OD > < list of test normalized diffusion images > < list of test brain mask images > < output directory >

For example,

python MEDN.py dwis_training.txt masks_training.txt icvfs_training.txt isos_training.txt ods_training.txt dwis_test.txt masks_test.txt output

For more questions, please contact me via chuyang.ye@nlpr.ia.ac.cn or pkuclosed@gmail.com

About

Tissue Microstructure using a Deep Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%