Can we directly use unilateral .nii.gz data for training and submission? ¶
By: dododog on June 16, 2025, 7:11 a.m.
Hello,
I downloaded the dataset using the "unilateral" config from Hugging Face. It is already in .nii.gz format, preprocessed (resampled, cropped, and split left/right), and matches the structure described in the documentation.
I also saw there's a Parquet version and a preprocessing script to transform "default" into "unilateral" format.
Do we have to start from the Parquet or default version and apply the preprocessing ourselves, or is it acceptable to directly use the provided unilateral .nii.gz files for training and submission?
Thanks.
Steve