Skip to content

Commit df38e67

Browse files
committed
Add k-space basics tutorial for MRI reconstruction
git push -u origin add-kspace-basics-tutorial Adds an introductory notebook covering k-space fundamentals, Fourier transform connection, aliasing from undersampling, and MONAI's reconstruction transforms using the fastMRI knee single-coil dataset. Also adds the missing Reconstruction section to the main README. Signed-off-by: Vidya Sagar <vidyasagarreddy.venna@gmail.com>
1 parent 17ef259 commit df38e67

File tree

4 files changed

+831
-1
lines changed

4 files changed

+831
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,4 +386,12 @@ Example shows the use cases of using MONAI to evaluate the performance of a gene
386386

387387
#### [VISTA2D](./vista_2d)
388388
This tutorial demonstrates how to train a cell segmentation model using the [MONAI](https://monai.io/) framework and the [Segment Anything Model (SAM)](https://github.com/facebookresearch/segment-anything) on the [Cellpose dataset](https://www.cellpose.org/).
389-
ECHO°¡ ¼³Á¤µÇ¾î ÀÖ½À´Ï´Ù.
389+
390+
#### <ins>**Reconstruction**</ins>
391+
##### [K-Space Basics with fastMRI Knee Data](./reconstruction/MRI_reconstruction/tutorials/01_kspace_basics_fastmri_knee.ipynb)
392+
This tutorial introduces MRI reconstruction fundamentals: what k-space is, how the Fourier transform connects k-space to images, why undersampling causes aliasing, and how MONAI's reconstruction transforms process k-space data. Uses the fastMRI knee single-coil dataset.
393+
##### [U-Net MRI Reconstruction](./reconstruction/MRI_reconstruction/unet_demo)
394+
Training and inference for accelerated MRI reconstruction using BasicUNet on the fastMRI brain multi-coil dataset.
395+
##### [VarNet MRI Reconstruction](./reconstruction/MRI_reconstruction/varnet_demo)
396+
Training and inference for accelerated MRI reconstruction using e2e-VarNet on the fastMRI brain multi-coil dataset.
397+
ECHO�� �����Ǿ� �ֽ��ϴ�.

0 commit comments

Comments
 (0)