About submission, validation phase

About submission, validation phase  

  By: cwlg102 on July 11, 2023, 7:43 a.m.

Hello. I have a few questions.

  1. Could you please let me know what should be submitted during the validation phase? In the "evaluation" tab, it says to submit the results generated by the algorithm, but in the "submit" tab, it seems like they are asking for the algorithm itself, which is confusing.
  2. If we need to submit the algorithm itself, how should we set up the input and output paths?
  3. Should I write a short paper during the validation phase as well?

Thank you.

Re: About submission, validation phase  

  By: fujia98914 on July 13, 2023, 9:19 a.m.

1, The Algorithm Container Image needs to be submitted during the validation phase.

  1. For both tasks, the input path is the same. The input path for non-contrast-ct images is '/input/images/head-neck-ct/', and the input path for contrast-ct images is '/input/images/head-neck-contrast-enhanced-ct/'. For task1, the output dir is '/output/images/head-neck-segmentation/'.
    For task2, the output dir is '/output/images/gross-tumor-volume-segmentation/'. More details can be seen in the example docker (https://github.com/HiLab-git/SegRap2023/tree/main).

  2. No, you don't need to write a short paper during the validation phase.