Skip to content

Running inference using sample mpMRI data - questions about parameters in config file #1

@deepakri201

Description

@deepakri201

Hi,

First, thank you for making this interesting work and repository public!

I am running the inference code on the sample mpMRI dataset provided, and have noticed a few small issues:

  1. The name of the config file specified is incorrect, and should be/configs/config_infer_MRI.yaml

Image

  1. I can successfully run the code using the T2, ADC, DWI, gland, and cancer nii files as written here: configs/config_infer_MRI.yaml. However, in inference_mpMRI.py, it seems that the cancer nii file is optional:

Image

I tried removing this from the yaml file. However, it does not seem like this case is handled:

Image

  1. It is my understanding that for inference, only the T2, DWI, and ADC images are necessary, as written in the paper:

"The model processes three MRI sequences (T2-weighted, DWI, and ADC) independently through sequence-specific decoders that generate pixel-level probability maps for prostate gland segmentation and cancer classification"

If so, it might be useful to handle the cases where the gland/cancer nii files are not provided in the config file for inference.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions