Why the prediction results can not be evaluated ¶
By: King_HAW on April 29, 2022, 9:13 p.m.
I try to evaluate the predictions on the test set (300 cases). I follow the sample code on GitHub to construct the submission files. However, after I submit my results, the information shows that it failed for evaluation (Failed, Time limit exceeded). Can anyone tell me how to solve this problem? Many thanks.
P.S. This is the folder structure of my submission files. Predictions ├── dataset_description.json ├── sub-r005s016 │ └── ses-1 │ └── anat │ └── sub-r005s016_ses-1_space-MNI152NLin2009aSym_label-L_mask.nii.gz ... └── sub-r052s034 └── ses-1 └── anat └── sub-r052s034_ses-1_space-MNI152NLin2009aSym_label-L_mask.nii.gz
900 directories, 301 files