MITK side changes for modifying the nnUNet tool UI in order to display available pre-trained models for download.
Description
Description
Status | Assigned | Task | ||
---|---|---|---|---|
Restricted Maniphest Task | ||||
Resolved | a178n | T29154 Show available Tasks for Download in the nnUnet GUI | ||
Resolved | a178n | T29187 Add GUI elements to parse and show available models | ||
Resolved | a178n | T29199 Move model download to a different thread. |
Event Timeline
Comment Actions
A new combo box and button were added in the "Advanced" section. This combo box listed all available models for download, reading the JSON file.
The download button goes ahead & downloads the model and keeps it in the results folder location, in a valid way. No extra effort is required from the user.
Comment Actions
However, the implementation showed that it could take quite a long to download, depending on the model size. Hence, this should happen in a different thread.