From 401fb344fcb956bad94ff5376162d25f8ef91532 Mon Sep 17 00:00:00 2001 From: Shoujin Huang <105270555+Solor-pikachu@users.noreply.github.com> Date: Sat, 20 Apr 2024 17:34:50 +0800 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ae2ed6..787c935 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Noise Level Adaptive Diffusion Model for Robust Reconstruction of Accelerated MRI -## data preprocess +## Data preprocess All the npz data should contain ['rss'] key. ``` ├── fastmri_complex_value/ @@ -25,3 +25,9 @@ All the npz data should contain ['rss'] key. cd Nila/nila_training sh train.sh ``` + +## Sampling +Some simple demo are here. +``` +cd Nila/nila_sampling +```