Dear organizers,
Having read through the documentation, I have some questions about the input and output data of our MLCubes.
1. I am assuming that our MLCubes should accept the path of the test dataset as the parameter ```data_path```. Is that correct?
2. I am assuming that our MLCubes should output the segmentations to the path specified in the parameter ```output_path```. Is that correct?
3. Should the output of the model be a folder containing, for each test subject, a ```.nii.gz``` file with the name {case_id}-{timepoint}?
Created by Ethan Honey ethanhoney Hi @ethanhoney ,
These are indeed very good questions!
1. True
2. True
3. True (for segmentation challenges). For inpainting, the names should be `*{ID}-{timepoint}-t1n-inference.nii.gz`
`