Hi,
Thanks for your question. You can decide on which data you want to train. Please indicate the used data in your docker submission by using one of the following lines in the run_submission.sh file
./run_task_03.py -f "./test/task_03/L2R_2021_Task3_test_skull_stripped/img$(printf "%04d" ${fixed}).nii.gz" -m "./test/task_03**/L2R_2021_Task3_test_skull_stripped/img$(printf "%04d" ${moving}).nii.gz" -o "./submission/task_03/disp_$(printf "%04d" ${fixed})_$(printf "%04d" ${moving}).npz"
or
./run_task_03.py -f "./test/task_03/L2R_2021_Task3_test_non_skull_stripped/img$(printf "%04d" ${fixed}).nii.gz" -m "./test/task_03/L2R_2021_Task3_test_non_skull_stripped/img$(printf "%04d" ${moving}).nii.gz" -o "./submission/task_03/disp_$(printf "%04d" ${fixed})_$(printf "%04d" ${moving}).npz"
Best,
Alessa