Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Can Zhao <[email protected]>
  • Loading branch information
Can-Zhao authored Dec 5, 2024
1 parent f1c4616 commit 52ca282
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions generation/maisi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 52ca282

Please sign in to comment.