Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vincentxu199112 opened this issue Jul 27, 2022 · 0 comments

Comments

@vincentxu199112
Copy link

in running file rsna_lhd_preprocess.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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant