Page MenuHomePhabricator

Improve validation for Results_Folder structure
Closed, ResolvedPublic

Description

The Results_Folder where all Task's pre-trained models are kept is expected to have a specific folder structure. Currently, MITK only validates folder names & hierarchy to see if the folder structure is as expected.
This check should be improved and extended for specific files, as well.
After the Download Models feature is introduced, there is more risk for the Results_Folder being unsuitable for inferencing due to missing JSON or .pkl files (due to internet connection issues etc.)