Page MenuHomePhabricator

Multi-Modal Prediction : Auto load no.of modalities and modal order on the GUI from pickle file
Closed, ResolvedPublic

Description

For MultiModal tasks (eg. Brain Tumour), a pickle file contains the number of modalities and modality order.
Read it & make it available on the UI.

Proposed pipeline (by Fabian):
Load pickle using a python file -> export required info as json -> load onto MITK-nnUnet GUI in real time.