Input and Output ¶
By: luanmath on Aug. 23, 2024, 9:36 p.m.
Hello,
I have two questions:
1. I would like to know the correct path for the input and output to be considered. In the Docker template, the suggested structure is: test - input - output
However, when submitting the algorithm for the challenge, the guidance is as follows:
input: /input/images
output: /output/images/stroke-lesion-segmentation
Which structure should be followed?
2. I would like to know if it is expected that the script reads all the directories mentioned in the algorithm submission, including the .json file, or if it needs to read only the image that the algorithm is using.
(I am making the submission during the "Preliminary Docker Evaluation Submission" phase).