medicaldiffusion
medicaldiffusion copied to clipboard
Medical Diffusion: This repository contains the code to our paper Medical Diffusion: Denoising Diffusion Probabilistic Models for 3D Medical Image Synthesis
Dear authors, I encountered an insufficient GPU memory problem, when I trained the VQGAN model based on Kits19 dataset. I found you trained this medical diffusion model with a 24GB...
Why doesn't vertically flipping influence the generation? If the model receives the flipped image as input, why doesn't it learn to generate the flipped one?
Hi there, Thank you for your valuable contribution to the project. I've been reproducing results on the LIDC dataset, and I have a couple of questions regarding the experimental setup....
I am having this error. I have moved the train_ddpm.py and train_vqgan.py file in the medicaldiffusion-master directory. My dataset is also in the same directory. **My given command was:** `PL_TORCH_DISTRIBUTED_BACKEND=gloo...
thanks for sharing this awesome work! But I cannot run the code, due to some errors. when I use the provided command to train vqgan: `PL_TORCH_DISTRIBUTED_BACKEND=gloo python train/train_vqgan.py dataset=brats dataset.root_dir=../data/BraTS/BraTS...
Hello, After working through a few issues, I now have an error regarding the format of the brats dataset: FileNotFoundError: No such file or no access: '/.......aTS2020_TrainingData/MICCAI_BraTS2020_TrainingData/BraTS20_Training_001/BraTS20_Training_001_flair.nii.gz' The data is...
During the training process, I encountered the following warning outputs: ``` Sanity Checking DataLoader 0: 0%| | 0/2 [00:00
Hi, I am currently working with the ADNI data and want to compare a conditional CNN for Alzheimers prediction to a diffusion model. I would like to know which subset...
According to the paper, the MRI images are histogram-based normalized and further standardized to -1 and 1 using min-max scaler. My question: how did you choose the min and max...
Hi, many thanks for your excellent work! I have a problem when training the VQ GAN, the loss will suddenly become nan, and do you know why this happens? I...