Failure inquiry and some questions

Failure inquiry and some questions  

  By: zjh221149 on July 21, 2023, 8:22 a.m.

Dear organizers,

Could you please tell me the error log of my latest submission on July 20,2023,11:45 p.m.? I saw it recalled "The algorithm failed on one or more cases".

Did my submission give the correct output for the main task and the two .obj files?

And what file should I browse into the Supplementary File column? If I load the algorithm image successfully, do I still have to browse any files into it?

Thanks a lot for your help!

Re: Failure inquiry and some questions  

  By: giansteve on July 21, 2023, 12:05 p.m.

Hello,

I found 2 failed submissions from you. ID: 776a57cc-5c7d-4be9-9d5b-af153bff6e86 - Error message: "Could not load ct using ." ID: 0e8ddb68-8e49-47cc-9dcd-11f5e2984907 - Error message: "Output file 'aortic-vessel-tree.obj' was not produced". This last one produced the same error in the log file, i.e., 2023-07-20T09:30:29.854000+00:00 Could not load ct using .

For Phase 1, no supplementary material is requested as it is flagged as optional. However, Phase 2 requires submitting a PDF documentation file describing the method used for the computation.

I hope this helps :) Best Gian Marco

Re: Failure inquiry and some questions  

  By: zjh221149 on July 21, 2023, 12:45 p.m.

Thanks for your answer!

Is the file extension of the ct file '.nrrd'? I can successfully run the whole process on my own computer with '.nrrd', '. nii.gz' and '.mhd' .

Re: Failure inquiry and some questions  

  By: giansteve on July 21, 2023, 1:25 p.m.

Hi,

Unfortunately, grand-challenge supports only .mha files for ct images.

Re: Failure inquiry and some questions  

  By: zjh221149 on July 21, 2023, 2:53 p.m.

Thanks, I tried a .mha file and the container ran successfully on my computer. It seems that my container can load .mha file locally.

I load files with: "input_image, input_image_file_path = self._load_input_image(case=case)", which is from the SEGA2023 template.

I'm trying another upload and submission, could you please tell me the error log after the new submission is completed?

And if the .mha file was loaded into the container, is there any other errors could cause the error message "Could not load ct using "?