sample-slices#
Sample slices from a trained NeSVoR model.
usage: nesvor sample-slices --input-slices str --input-model str
--simulated-slices str [--output-json str]
[--sample-mask str] [--device int] [--verbose int]
[--output-log str] [--seed int] [--debug]
inputs#
- --input-slices
Type: str
Folder of the input slices.
- --input-model
Type: str
Path to the trained NeSVoR model.
outputs#
- --simulated-slices
Type: str
Folder to save the simulated (extracted) slices from the reconstructed volume
- --output-json
Type: str
Path to a json file for saving the inputs and results of the command.
outputs sampling#
- --sample-mask
Type: str
3D Mask for sampling INR. If not provided, will use a mask esitmated from the input data.
miscellaneous#
- --device
Type: int
Default: 0
Id of the device to use. Use GPU if it is nonnegative and use CPU if it is negative.
- --verbose
Possible choices: 0, 1, 2
Default: 1
Level of verbosity: (0: warning/error, 1: info, 2: debug)
- --output-log
Type: str
Path to the output log file
- --seed
Type: int
Random seed
- --debug
Debug mode.