MONAILabel icon indicating copy to clipboard operation
MONAILabel copied to clipboard

Probability map export from monailabel server

Open rfrs opened this issue 1 year ago • 1 comments

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

rfrs avatar Mar 21 '24 12:03 rfrs

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,

diazandr3s avatar Mar 26 '24 14:03 diazandr3s