Project-MONAI/MONAILabel

Probability map export from monailabel server

Opened this issue · 1 comments

rfrs commented

Dear all,

I have not found a way to export the probability maps from monailabel infer... i can infer binary representations but not the probability maps.

Could you help?

Best

Hi @rfrs,

The probability maps are computed/obtained here: https://github.com/Project-MONAI/MONAILabel/blob/main/sample-apps/radiology/lib/infers/segmentation.py#L91

You could store/save them to then export to the viewer. Otherwise, you could modify the infer API to also send the probability maps to the UI.

I hope this helps,