Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,4 +386,12 @@ Example shows the use cases of using MONAI to evaluate the performance of a gene

#### [VISTA2D](./vista_2d)
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/).
ECHO�� �����Ǿ� �ֽ��ϴ�.

#### <ins>**Reconstruction**</ins>
##### [K-Space Basics with fastMRI Knee Data](./reconstruction/MRI_reconstruction/tutorials/01_kspace_basics_fastmri_knee.ipynb)
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.
##### [U-Net MRI Reconstruction](./reconstruction/MRI_reconstruction/unet_demo)
Training and inference for accelerated MRI reconstruction using BasicUNet on the fastMRI brain multi-coil dataset.
##### [VarNet MRI Reconstruction](./reconstruction/MRI_reconstruction/varnet_demo)
Training and inference for accelerated MRI reconstruction using e2e-VarNet on the fastMRI brain multi-coil dataset.
ECHO�� �����Ǿ� �ֽ��ϴ�.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Remove garbled text at the end of the file.

Line 397 contains corrupted/non-English characters (ECHO�� �����Ǿ� �ֽ��ϴ�.) that appear to be a terminal artifact or encoding issue. This should be removed.

Proposed fix
-ECHO�� �����Ǿ� �ֽ��ϴ�.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
ECHO�� �����Ǿ� �ֽ��ϴ�.
🤖 Prompt for AI Agents
In `@README.md` at line 397, Remove the garbled terminal/encoding artifact "ECHO��
�����Ǿ� �ֽ��ϴ�." found at the end of README.md (the text shown in the diff) so
the file ends cleanly; ensure you delete that line, trim any trailing blank
lines or whitespace, and save the README.md with UTF-8 encoding to prevent
reintroducing encoding artifacts.

Loading