Closed WuJuli closed 1 year ago
Sorry, I didn't make it clear. Of course, I am uncertain about the data dimension you use to quantity test the result when processing the CT, MR, or PET, these 3D image segmentation tasks.
Hi @WuJuli ,
Thanks for your interest.
For 3D data, the inference was done in a slice-by-slice way (2D). However, the computation of DSC and NSD was in 3D. You can find more details in the inference script.
Thank you for your answer! I've read the code part! I have some other questions, do you have different values of spacing_mm for the different tasks when calling the function compute_surface distances(mask_gt, mask_pred, spacing_mm)? And can you share your training data?
do you have different values of spacing_mm for the different tasks
They were set to (1,1,1) for all tasks. Since all the methods were compared under the same spacing, the comparison is still fair.
And can you share your training data?
All the datasets are publicly available and you can download them from the given data source. For most of the datasets, we don't have right to redistribute them.
Thank you for your detailed explanation! Appreciate that!
Hey! You guys really did an excellent and meaningful job! I've read your paper and am slightly confused about the data dimension. I wonder if you test the final result as 2D data or treat it as 3D data when using DSC and NSD methods? Thanks a lot! this can help me to understand your work better!