Page MenuHomePhabricator

Add GUI elements to parse and show available models
Closed, ResolvedPublic

Description

MITK side changes for modifying the nnUNet tool UI in order to display available pre-trained models for download.

Event Timeline

a178n triaged this task as Normal priority.May 19 2022, 12:55 PM
a178n created this task.

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.

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.

Deleted branch from rMITK MITK: feature/T29187-nnunet-show-download-models.