Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 654 Bytes

File metadata and controls

15 lines (10 loc) · 654 Bytes

deep-jsense

Code for Deep J-Sense: Accelerated MRI Reconstruction via Unrolled Alternating Optimization

Pre-requisites

Install uv.

Training on FastMRI knee scans

Run uv run train.py --data_dir /path/to/fastMRI.

The passed directory must contain the multicoil_train and multicoil_val sub-directories with FastMRI .h5 unmodified files inside.

Inference on FastMRI knee scans

Run uv run inference.py --data_dir /path/to/fastMRI.

The passed directory must contain the multicoil_val sub-directory with FastMRI .h5 unmodified files inside.