segmentation-guided-diffusion
segmentation-guided-diffusion copied to clipboard
[MICCAI 2024] Easy diffusion models (optionally with segmentation guidance) for medical images and beyond.
Hello, when I trained the model with my own dataset(MRI slices) about 1000 npy files, I encountered the problem above. According to your updated code, I transformed my npy files...
I trained an unconditional model using my own dataset(approximately 1000 images), but I followed your command to generate images. Why is it a bunch of noisy images. CUDA_VISIBLE_DEVICES={DEVICES} python3 main.py...
In the Evaluation/sampling section, img_dir and seg_dir are needed to generate images, but where do I find them? Also, why do we need image inputs to do sampling? I think...
Firstly, thank you for your work on making a clean model for medical image generation I have problems in trying to insert my 5 channel cell images in the model....
Hello Nicholas! First of all thanks for the repo. After changing the code to fix the previous informed bug of saving the model metioned in the Troubleshooting/Bugfixing section, im having...
 Dear Author, I'm having a problem with my training, have you ever had this problem?
I use a 3090 card to train for 400 epochs, which takes about a week. May I ask what your device is and how long the training time is? Is...