From 52ca282f508221c9cb311cdf6db8ea679909e8d0 Mon Sep 17 00:00:00 2001 From: Can Zhao <69829124+Can-Zhao@users.noreply.github.com> Date: Wed, 4 Dec 2024 19:26:51 -0800 Subject: [PATCH] Update README.md Signed-off-by: Can Zhao <69829124+Can-Zhao@users.noreply.github.com> --- generation/maisi/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/generation/maisi/README.md b/generation/maisi/README.md index 28088b022..e7e4e9e47 100644 --- a/generation/maisi/README.md +++ b/generation/maisi/README.md @@ -156,10 +156,12 @@ The Recommended `"output_size"` is the median value of the training data, the Re If users want to try different `"output_size"`, please adjust `"spacing"` to ensure a reasonable FOV, which is the product of `"output_size"` and `"spacing"`. For example, + |`"output_size"`| Recommended `"spacing"`| -[256, 256, 256] | [1.5, 1.5, 1.5] | -[512, 512, 128] | [0.8, 0.8, 2.5] | -[512, 512, 512] | [1.0, 1.0, 1.0] | +|:--------------------------------------|:--------------------------| +|[256, 256, 256] | [1.5, 1.5, 1.5] | +|[512, 512, 128] | [0.8, 0.8, 2.5] | +|[512, 512, 512] | [1.0, 1.0, 1.0] | #### Execute Inference: To run the inference script, please run: