Mridc Versions Save

Data Consistency Toolbox for Magnetic Resonance Imaging

v.0.2.0

1 year ago

What's in

Version 0.2.0 is a major stable update.

The following tools have been implemented:

  • Quantitative MRI data loaders & transforms.
  • Quantitative MRI models: qCIRIM, qRIM, qE2EVN.
  • AHEAD dataset preprocessing tools for quantitative MRI.

What's Changed

Full Changelog: https://github.com/wdika/mridc/compare/v.0.1.1...v.0.2.0

Important

  • Python 3.10 cannot be supported yet due to onnxruntime 1.11.1 inconsistency (#69).
  • hydra-core>=1.2.0 cannot be supported due to omegaconf > 2.1 inconsistency (#72).

v.0.1.1

1 year ago

What's in

Version 0.1.1 is a minor stable update.

The following tools have been implemented:

  • Noise PreWhitening
  • Geometric Decomposition Coil Compression
  • The RIM-based models can support multi-slice 2D inputs.

What's Changed

Full Changelog: https://github.com/wdika/mridc/compare/v.0.1.0...v.0.1.1

Important

  • Python 3.10 cannot be supported yet due to onnxruntime 1.11.1 inconsistency (#69).
  • hydra-core>=1.2.0 cannot be supported due to omegaconf > 2.1 inconsistency (#72).

v.0.1.0

2 years ago

What's in

Version 0.1.0 is a major stable update.

The following reconstruction methods have been added:

  • Convolutional Recurrent Neural Networks (CRNN)
  • Deep Cascade of Convolutional Neural Networks (CCNN)
  • Down-Up Net (DUNET)
  • Joint Deep Model-Based MR Image and Coil Sensitivity Reconstruction Network (Joint-ICNet)
  • KIKI-Net
  • Learned Primal-Dual Net (LPDNet)
  • MultiDomainNet
  • Recurrent Variational Network (RVN)
  • Variable Splitting Network (VSNet)
  • XPDNet

PyTorch-Lighting, Hydra, ONXX are now used.

What's Changed

Full Changelog: https://github.com/wdika/mridc/compare/v.0.0.1...v.0.1.0

v.0.0.1

2 years ago

What's in

This initial version includes the implementation of the following reconstruction methods:

  • Cascades of Independently Recurrent Inference Machines (CIRIM),
  • Independently Recurrent Inference Machines (IRIM),
  • End-to-End Variational Network (E2EVN),
  • the UNet,
  • Compressed Sensing (CS), and
  • zero-filled (ZF).

Also, includes coil sensitivity estimation and evaluation or reconstructions.

What's Changed

New Contributors

Full Changelog: https://github.com/wdika/mridc/commits/v.0.0.1