PaddlePaddle / Research

novel deep learning research works with PaddlePaddle
Apache License 2.0
1.72k stars 788 forks source link

AttributeError: module 'easymia.transforms.functional' has no attribute 'load_dcm' #282

Open vincentxu199112 opened 2 years ago

vincentxu199112 commented 2 years ago

in running file rsna_lhdpreprocess.py of Effective Transformer-based Solution for RSNA Intracranial Hemorrhage Detection, in line of # Image Dicom -> .npy = Parallel(n_jobs=24, verbose=0)( (delayed(dataset.preprocess)(series_id, rows.slice_id.tolist(), train_dicom_dir, savepath=image_savepath) for series_id, rows in train_meta_info.groupby("series_id"))) raise AttributeError: module 'easymia.transforms.functional' has no attribute 'load_dcm' trace back to easymia.transforms.functional,'load_dcm' function is not exist!