You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: