MONet_inference_dicom script#

Run MONet inference on DICOM data using a TorchScript model.

usage: MONet_inference_dicom [-h] --dicom_study_folder DICOM_STUDY_FOLDER
                             --docker-image DOCKER_IMAGE
                             --prediction_output_folder
                             PREDICTION_OUTPUT_FOLDER

Named Arguments#

--dicom_study_folder

Path to the DICOM study folder.

--docker-image

Docker image to use for inference.

--prediction_output_folder

Path to save the prediction outputs.