how to handle different anatomical region specifically ¶
By: intelland2024 on May 20, 2025, 7:56 a.m.
-
I noticed that the task description mentions that it's possible to use different models for different organs. However, the submission interface does not seem to distinguish between organs. In the docker algorithm template provided by synthRAD2023, I also didn’t find any relevant handling for this. Does this mean I need to determine the organ type from each case by reading the filename and then select the corresponding model accordingly?
-
Can I package my own framework into a Docker container instead of integrating it into the provided docker algorithm template? (Because my framework differs significantly from the provided template in terms of data loading and preprocessing.) I tried to do so using the information from the synthRAD2023 template and successfully passed the test.sh. However, when I submitted it on the synthRAD2023 website, it still failed. According to the debugging instructions provided on the website, I couldn’t find the corresponding log file.