Clarification on Docker container output and submission requirements ¶
By: jansauer on Aug. 25, 2023, 3:09 a.m.
Hello!
I have two unrelated questions:
I wanted to clarify real quickly on the expected Docker image output. In the PDF, you write that the input data will be in the format .nii.gz, however all the data we've received so far has been in the .nrrd format and the outputs for the validation phase have also been submitted as such. Am I correct in assuming that the input files the Docker container gets will be nrrd files? If not, would it be possible to receive a sample file in the nii.gz format? I ask because we'd like to make sure that our code will actually read and process files in that format correctly.
Second, the submission timeline mentions a short paper but the "Final Submission" page makes no mention of it. Are there any guidelines regarding the short paper? Length, content, etc?
Thanks!
P.S. Also, am I correct in assuming that the actual filenames of the detection and classification results are irrelevant so long as they're CSV files in the respective "Classification" and "Detection" folders? The evaluation code in the Github repo only references paths (e.g. gt_csv_path
).