shaoyanpan / 2D-Medical-Denoising-Diffusion-Probabilistic-Model-

This is the repository for the paper "2D Medical Image Synthesis Using Transformer-based Denoising Diffusion Probabilistic Model".
https://iopscience.iop.org/article/10.1088/1361-6560/acca5c
MIT License
35 stars 9 forks source link

Run your example TDM main.ipynb exit RuntimeError: applying transform <monai.transforms.io.dictionary.LoadImaged object at 0x73c8370c57c0> #13

Open ereeere123 opened 6 months ago

ereeere123 commented 6 months ago

My environment is as follows: numpy==1.22.0 monai==0.9.1 nibabel ==3.2.1 I've modified it according to what you said yesterday and still get the above error.

屏幕截图 2024-03-13 113039 屏幕截图 2024-03-13 113105 屏幕截图 2024-03-13 113127

I hope you can help me with this, thanks!

shaoyanpan commented 5 months ago

Sorry for the late response. Do you still have problem now? It seems to me that Monai still not able to detect the "reader libraries". Could you double check whether you install it or not? If already installed, maybe restart the whole environment would be helpful.