Skip to content

AMRI-Lab/MoCo-MP-qMRI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MoCo-MP-qMRI

This repository contains the implementations of our manuscript "Motion-Compensated Implicit Neural Modeling for 3D Multiparametric Quantitative MRI".

We proposed a generalizable framework that integrates rapid navigator-based motion tracking with motion-informed implicit neural modeling for 3D multiparametric quantitative MRI.

Setup

  1. Python 3.10.11
  2. PyTorch 2.4.1
  3. h5py, sklearn, scipy, numpy, nibabel, tqdm
  4. tiny-cuda-nn

Files Description

SUMMIT/
├── run_demo.py              # Script for running the demo
├── model.so                 # MoCo model
├── utils.so                 # Supporting functions
├── README.md                # README file

Data/
├── rawdata.h5                 # Corrupted k-space data
├── imagedata_mask.mat         # Sampling mask
├── encTable.mat               # Sequential encoding table
├── estimate_motion_params.mat # Estimated motion parameters
├── mask.nii                   # Brain mask
├── gt/
│   ├── gt_T1.nii               # Ground truth of T1 map
│   ├── gt_T2.nii               # Ground truth of T2 map
│   ├── gt_T2star.nii           # Ground truth of T2star map
│   ├── gt_phi.nii              # Ground truth of phase map
├── recon/
│   ├── recon_T1.nii            # Motion-corrected Reconstruction of T1 map
│   ├── recon_T2.nii            # Motion-corrected Reconstruction of T2 map
│   ├── recon_T2star.nii        # Motion-corrected Reconstruction of T2star map
│   ├── recon_phi.nii           # Motion-corrected Reconstruction of phase map
├── corrupted/
│   ├── corrupted_T1.nii        # Motion-corrupted Reconstruction of T1 map
│   ├── corrupted_T2.nii        # Motion-corrupted Reconstruction of T2 map
│   ├── corrupted_T2star.nii    # Motion-corrupted Reconstruction of T2star map
│   ├── corrupted_phi.nii       # Motion-corrupted Reconstruction of phase map

Usage

You can run "run_demo.py" to test the performance of motion correction.

Data for running the demo are available at Google Drive

About

This repository contains the implementations of our manuscript "Motion-Compensated Implicit Neural Modeling for 3D Multiparametric Quantitative MRI".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages