-
Notifications
You must be signed in to change notification settings - Fork 697
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add time cost and gpu memory to readme asn add corresponding configs
Signed-off-by: Can-Zhao <[email protected]>
- Loading branch information
Showing
12 changed files
with
242 additions
and
5 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
generation/maisi/configs/config_infer_16g_256x256x128.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"num_output_samples": 1, | ||
"body_region": ["abdomen"], | ||
"anatomy_list": ["liver","hepatic tumor"], | ||
"controllable_anatomy_size": [], | ||
"num_inference_steps": 1000, | ||
"mask_generation_num_inference_steps": 1000, | ||
"output_size": [ | ||
256, | ||
256, | ||
128 | ||
], | ||
"image_output_ext": ".nii.gz", | ||
"label_output_ext": ".nii.gz", | ||
"spacing": [ | ||
1.5, | ||
1.5, | ||
4.0 | ||
], | ||
"autoencoder_sliding_window_infer_size": [96,96,96], | ||
"autoencoder_sliding_window_infer_overlap": 0.25, | ||
"autoencoder_tp_num_splits": 2 | ||
} |
23 changes: 23 additions & 0 deletions
23
generation/maisi/configs/config_infer_16g_256x256x256.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"num_output_samples": 1, | ||
"body_region": ["abdomen"], | ||
"anatomy_list": ["liver","hepatic tumor"], | ||
"controllable_anatomy_size": [], | ||
"num_inference_steps": 1000, | ||
"mask_generation_num_inference_steps": 1000, | ||
"output_size": [ | ||
256, | ||
256, | ||
256 | ||
], | ||
"image_output_ext": ".nii.gz", | ||
"label_output_ext": ".nii.gz", | ||
"spacing": [ | ||
1.5, | ||
1.5, | ||
2.0 | ||
], | ||
"autoencoder_sliding_window_infer_size": [48,48,64], | ||
"autoencoder_sliding_window_infer_overlap": 0.25, | ||
"autoencoder_tp_num_splits": 2 | ||
} |
23 changes: 23 additions & 0 deletions
23
generation/maisi/configs/config_infer_16g_512x512x128.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"num_output_samples": 1, | ||
"body_region": ["abdomen"], | ||
"anatomy_list": ["liver","hepatic tumor"], | ||
"controllable_anatomy_size": [], | ||
"num_inference_steps": 1000, | ||
"mask_generation_num_inference_steps": 1000, | ||
"output_size": [ | ||
512, | ||
512, | ||
128 | ||
], | ||
"image_output_ext": ".nii.gz", | ||
"label_output_ext": ".nii.gz", | ||
"spacing": [ | ||
0.75, | ||
0.75, | ||
4.0 | ||
], | ||
"autoencoder_sliding_window_infer_size": [64,64,32], | ||
"autoencoder_sliding_window_infer_overlap": 0.25, | ||
"autoencoder_tp_num_splits": 1 | ||
} |
23 changes: 23 additions & 0 deletions
23
generation/maisi/configs/config_infer_24g_256x256x256.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"num_output_samples": 1, | ||
"body_region": ["abdomen"], | ||
"anatomy_list": ["liver","hepatic tumor"], | ||
"controllable_anatomy_size": [], | ||
"num_inference_steps": 1000, | ||
"mask_generation_num_inference_steps": 1000, | ||
"output_size": [ | ||
256, | ||
256, | ||
256 | ||
], | ||
"image_output_ext": ".nii.gz", | ||
"label_output_ext": ".nii.gz", | ||
"spacing": [ | ||
1.5, | ||
1.5, | ||
2.0 | ||
], | ||
"autoencoder_sliding_window_infer_size": [64,64,64], | ||
"autoencoder_sliding_window_infer_overlap": 0.25, | ||
"autoencoder_tp_num_splits": 4 | ||
} |
23 changes: 23 additions & 0 deletions
23
generation/maisi/configs/config_infer_24g_512x512x128.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"num_output_samples": 1, | ||
"body_region": ["abdomen"], | ||
"anatomy_list": ["liver","hepatic tumor"], | ||
"controllable_anatomy_size": [], | ||
"num_inference_steps": 1000, | ||
"mask_generation_num_inference_steps": 1000, | ||
"output_size": [ | ||
512, | ||
512, | ||
128 | ||
], | ||
"image_output_ext": ".nii.gz", | ||
"label_output_ext": ".nii.gz", | ||
"spacing": [ | ||
0.75, | ||
0.75, | ||
4.0 | ||
], | ||
"autoencoder_sliding_window_infer_size": [80,80,32], | ||
"autoencoder_sliding_window_infer_overlap": 0.25, | ||
"autoencoder_tp_num_splits": 1 | ||
} |
23 changes: 23 additions & 0 deletions
23
generation/maisi/configs/config_infer_24g_512x512x512.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"num_output_samples": 1, | ||
"body_region": ["abdomen"], | ||
"anatomy_list": ["liver","hepatic tumor"], | ||
"controllable_anatomy_size": [], | ||
"num_inference_steps": 1000, | ||
"mask_generation_num_inference_steps": 1000, | ||
"output_size": [ | ||
512, | ||
512, | ||
512 | ||
], | ||
"image_output_ext": ".nii.gz", | ||
"label_output_ext": ".nii.gz", | ||
"spacing": [ | ||
0.75, | ||
0.75, | ||
1.0 | ||
], | ||
"autoencoder_sliding_window_infer_size": [64,64,48], | ||
"autoencoder_sliding_window_infer_overlap": 0.25, | ||
"autoencoder_tp_num_splits": 2 | ||
} |
23 changes: 23 additions & 0 deletions
23
generation/maisi/configs/config_infer_32g_512x512x512.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"num_output_samples": 1, | ||
"body_region": ["abdomen"], | ||
"anatomy_list": ["liver","hepatic tumor"], | ||
"controllable_anatomy_size": [], | ||
"num_inference_steps": 1000, | ||
"mask_generation_num_inference_steps": 1000, | ||
"output_size": [ | ||
512, | ||
512, | ||
512 | ||
], | ||
"image_output_ext": ".nii.gz", | ||
"label_output_ext": ".nii.gz", | ||
"spacing": [ | ||
0.75, | ||
0.75, | ||
1.0 | ||
], | ||
"autoencoder_sliding_window_infer_size": [64,64,64], | ||
"autoencoder_sliding_window_infer_overlap": 0.25, | ||
"autoencoder_tp_num_splits": 2 | ||
} |
23 changes: 23 additions & 0 deletions
23
generation/maisi/configs/config_infer_80g_512x512x128.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"num_output_samples": 1, | ||
"body_region": ["abdomen"], | ||
"anatomy_list": ["liver","hepatic tumor"], | ||
"controllable_anatomy_size": [], | ||
"num_inference_steps": 1000, | ||
"mask_generation_num_inference_steps": 1000, | ||
"output_size": [ | ||
512, | ||
512, | ||
128 | ||
], | ||
"image_output_ext": ".nii.gz", | ||
"label_output_ext": ".nii.gz", | ||
"spacing": [ | ||
0.75, | ||
0.75, | ||
4.0 | ||
], | ||
"autoencoder_sliding_window_infer_size": [128,128,32], | ||
"autoencoder_sliding_window_infer_overlap": 0.25, | ||
"autoencoder_tp_num_splits": 4 | ||
} |
23 changes: 23 additions & 0 deletions
23
generation/maisi/configs/config_infer_80g_512x512x512.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"num_output_samples": 1, | ||
"body_region": ["abdomen"], | ||
"anatomy_list": ["liver","hepatic tumor"], | ||
"controllable_anatomy_size": [], | ||
"num_inference_steps": 1000, | ||
"mask_generation_num_inference_steps": 1000, | ||
"output_size": [ | ||
512, | ||
512, | ||
512 | ||
], | ||
"image_output_ext": ".nii.gz", | ||
"label_output_ext": ".nii.gz", | ||
"spacing": [ | ||
0.75, | ||
0.75, | ||
1.0 | ||
], | ||
"autoencoder_sliding_window_infer_size": [80,80,80], | ||
"autoencoder_sliding_window_infer_overlap": 0.25, | ||
"autoencoder_tp_num_splits": 2 | ||
} |
23 changes: 23 additions & 0 deletions
23
generation/maisi/configs/config_infer_80g_512x512x768.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"num_output_samples": 1, | ||
"body_region": ["abdomen"], | ||
"anatomy_list": ["liver","hepatic tumor"], | ||
"controllable_anatomy_size": [], | ||
"num_inference_steps": 1000, | ||
"mask_generation_num_inference_steps": 1000, | ||
"output_size": [ | ||
512, | ||
512, | ||
768 | ||
], | ||
"image_output_ext": ".nii.gz", | ||
"label_output_ext": ".nii.gz", | ||
"spacing": [ | ||
0.75, | ||
0.75, | ||
0.66667 | ||
], | ||
"autoencoder_sliding_window_infer_size": [80,80,112], | ||
"autoencoder_sliding_window_infer_overlap": 0.25, | ||
"autoencoder_tp_num_splits": 4 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters