HiLab-git / SSL4MIS

Semi Supervised Learning for Medical Image Segmentation, a collection of literature reviews and code implementations.
MIT License
2.19k stars 387 forks source link

data preprocessing #14

Closed Huiimin5 closed 3 years ago

Huiimin5 commented 3 years ago

Hello, I preprocessed ACDC using acdc_data_processing.py and then checked my h5 file with yours by using np.allclose. It seems after patient 90 my data is different from yours some even does not match in shape for example patient 91. May I know how exactly you processed the test set?

Huiimin5 commented 3 years ago

sorry I got it. Volume of patient 90 starts from slice 04 instead of slice 01 so I need to rename it. Sorry about the inconveniece.

Luoxd1996 commented 3 years ago

Hi, I am so pleased to hear that your confusion has been solved. Best; Xiangde.