Qi Chen
Qi Chen
Paper title: LeFusion: Synthesizing Myocardial Pathology on Cardiac MRI via Lesion-Focus Diffusion Models Author list: Hantao Zhang, Jiancheng Yang, Shouhong Wan, and Pascal Fua Paper link: [https://arxiv.org/pdf/2403.14066.pdf](url) Code link: [https://github.com/M3DV/LeFusion](url)
I meet the error `ModuleNotFoundError: No module named 'monai.transforms.morphological_ops'`
> > I meet the error `ModuleNotFoundError: No module named 'monai.transforms.morphological_ops'` > > Hi @qic999, it should be `monai.transforms.utils_morphological_ops`. OK. Thanks. This error occurs on line 24 of https://github.com/Project-MONAI/tutorials/tree/main/generation/maisi/scripts/utils.py.
> > OK. Thanks. This error occurs on line 24 of https://github.com/Project-MONAI/tutorials/tree/main/generation/maisi/scripts/utils.py. > > Thanks, will fix it in the following prs. new error: `ModuleNotFoundError: No module named 'monai.transforms.utils_morphological_ops'` my...