MONet_inference_nifti script#

Run MONet inference on NIFTI data using a TorchScript model.

usage: MONet_inference_nifti [-h] --study_folder STUDY_FOLDER --docker-image
                             DOCKER_IMAGE --prediction_output_folder
                             PREDICTION_OUTPUT_FOLDER [--multi-folder]

Named Arguments#

--study_folder

Path to the NIFTI study folder.

--docker-image

Docker image to use for inference.

--prediction_output_folder

Path to save the prediction outputs.

--multi-folder

If set, the script will process multiple folders within the study folder.

Default: False