Data Consistency for Magnetic Resonance Imaging
Project description
Data Consistency for Magnetic Resonance Imaging
Introduction
MRIDC is a toolbox for applying AI methods on MR imaging. A collection of tools for data consistency and data quality is provided for MRI data analysis. Primarily it focuses on the following tasks:
Reconstruction:
1.Cascades of Independently Recurrent Inference Machines (CIRIM), 2.Compressed Sensing (CS), 3.Convolutional Recurrent Neural Networks (CRNN), 4.Deep Cascade of Convolutional Neural Networks (CCNN), 5.Down-Up Net (DUNET), 6.End-to-End Variational Network (E2EVN), 7.Joint Deep Model-Based MR Image and Coil Sensitivity Reconstruction Network (Joint-ICNet), 8.Independently Recurrent Inference Machines (IRIM), 9.KIKI-Net, 10.Learned Primal-Dual Net (LPDNet), 11.MultiDomainNet, 12.Recurrent Inference Machines (RIM), 13.Recurrent Variational Network (RVN), 14.UNet, 15.Variable Splitting Network (VSNet), 16.XPDNet, 17.and Zero-Filled reconstruction (ZF).
Segmentation:
Coming soon...
Acknowledgements
MRIDC is based on the NeMo framework, using PyTorch Lightning for feasible high-performance multi-GPU/multi-node mixed-precision training.
For the reconstruction methods:
- the implementations of 6 and 14 are thanks to and based on the fastMRI repo.
- The implementations of 7, 9, 10, 11, 13, and 16 are thanks to and based on the DIRECT repo.
Installation
MRIDC is best to be installed in a Conda environment.
conda create -n mridc python=3.9
conda activate mridc
Pip
Use pip installation if you want the latest stable version.
pip install mridc
From source
Use source installation if you want the latest development version, as well as for contributing to MRIDC.
git clone https://github.com/wdika/mridc
cd mridc
./reinstall.sh
Datasets
Recommended public datasets to use with this repo:
API Documentation
Access the API Documentation here
License
Citation
Please cite MRIDC using the "Cite this repository" button or as
@misc{mridc,
author = {Karkalousos, Dimitrios and Caan, Matthan},
title = {MRIDC: Data Consistency for Magnetic Resonance Imaging},
year = {2021},
url = {https://github.com/wdika/mridc},
}
Papers
The following papers use the MRIDC repo:
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mridc-0.1.0.tar.gz
.
File metadata
- Download URL: mridc-0.1.0.tar.gz
- Upload date:
- Size: 206.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ccaa44041b4af150f8ffed289f88d7e42b9f40c155ee10b81b02fd39337626f2 |
|
MD5 | c4482dd6772c77ab2ee603f0553d9cd8 |
|
BLAKE2b-256 | ee385dccb3d9f1e693a17313f86c8ea51661aa6850503a05eeb1224c81a18c91 |
File details
Details for the file mridc-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: mridc-0.1.0-py3-none-any.whl
- Upload date:
- Size: 283.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dbe43aa53194efe9adb3a8e19b19852395c5c1ab573dace76b9ec471cea4ef68 |
|
MD5 | df8bc379836553c2203a4a8e9ba3d0c9 |
|
BLAKE2b-256 | 54722e701b36dbbb5c775c3f6be62f577ce32581767b9ad4fb77830546838162 |