Test Dataset Format ¶
By: ttnguyen on June 5, 2025, 1:57 p.m.
I could not find the definite information if the Test data is already in the unilateral processed format?
By: NickPayne on June 5, 2025, 3:30 p.m.
The test data will not be in the unilateral format, your code will need to handle making a classification per breast.
I have added the script we used to the HuggingFace files as "data_to_unilateral_example_script.py". You may need edit some lines of this code to get it working on your system (i.e. the path variables). This script can be used as is, adapted, or scrapped in favour of your own code. We're keen to see what kind of pre-processing contestants use and what gives the best results!
Thank you for raising this, I will try to make this more clear in the description.
Best wishes
Nick
By: junqiangchen on June 10, 2025, noon
thank you,i can download the dataset,but the dataset type is .parquet,can you share how to convert .parquet to .nii.gz?