Diff-UNet
Diff-UNet copied to clipboard
Diff-UNet: A Diffusion Embedded Network for Volumetric Segmentation. (using diffusion for 3D medical image segmentation)
AMOS22
大佬你好,该模型能否在AMOS22上运行,有没有考虑将Mamba与扩散模型结合
Hello, I tested the model after training, but I encountered a error stating that "maximum recursion depth exceeded while calling a Python object".   Could...
May I ask a question, can the model do multi-class segmentation?
Hello, I used BTCV code to run on the MSD Task-08Hepatic Vessel dataset and LITS dataset, but the Dice coefficients I obtained were both very low. What is the reason...
Can you share the code of MSD Liver I want to reproduce the experimental results
作者您好! 我猜测在issue种很多人无法复现您的结果是因为您在您的代码种用os.listdir获得目录然后再划分训练集和测试集,一旦更换主机,os.listdir得到的文件的顺序是不一样的,所以我们最终划分的数据集和您的数据集是不一样的。我分别尝试在两台主机上打印os.listdir获得的目录顺序,发现其不一致。  主机一:  主机二:  我建议您对os.listdir后的all_dirs进行排序后再划分数据集! I guess that many people in the issue cannot reproduce your results because you use os.listdir in your code to obtain the...
Could you please share your requirements.txt file, thank you!
您好,能提供一下您训练好的模型吗?我的邮箱是[email protected],万分感谢
Hello there, author! Can you send me the segmentation model on brats2020 dataset? My email address is [email protected]. Thank you very much!
Hi, thanks for sharing the code base. I try to reproduce the results on BraTS 2020 dataset, but the results I got are much worse than the paper. Here are...