Dear Organizers,
Thank you for your prompt response and for addressing our concerns. I appreciate your efforts to ensure that the validation data matches the training dataset in characteristics like intensity range, spacing, and dimensions.
However, I would like to clarify one crucial point: Is the orientation of the test data consistent with that of the training data? All training data is oriented in RAI, and our model (based on nnU-Net framework) has been trained in RAI. Upon reviewing the code in your repository, specifically the scripts training/utils/dataset.py and validation/utils/dataset.py, we noticed that there is a step transformsOrientationd(keys=["image", "label"], axcodes="RAS")
.
However, this transformation step seems to be absent in the inference script Docker_Preparation_For_Submission/inference.py. Could it be possible that the test data orientation was converted to RAS, or might there be another reason for this discrepancy?
Additionally, I have observed that other participants, such as “pzhhhhh” and “JL_Ng”, have reported similarly low Dice scores. Specifically, I noticed comparable results in the "Left_Subclavian_Artery_Dice_Score", "Zone_1_Dice_Score", and "Zone_2_Dice_Score". It seems we are encountering the same issue.
Given the limited number of submission attempts available, this issue is quite urgent.
Thank you for your understanding and support.