Closed AustinYuAo closed 10 months ago
Hi @AustinYuAo
Thanks for showing interest in our work.
We followed the same preprocessing steps as used by UNETR++. Please refer to Dataset
section of the UNETR++. It should be noted that voxel values of ACDC dataset are NOT in the range of [0,1]
. Therefore, we used a normalization function which transforms the voxel values to the range of [0,1]
so that attack could be performed in standard settings.
Disturbed the author! Thank you for making your code public. Can you introduce the preprocessing process of the ACDC dataset?