This project is implementing Diffusion Models for medical image segmentation. Furthermore, an additional U-Net architecture can be utilised for supervised image segmentation.
The BraTS2020 or BraTS2023 dataset, whose sequences has been condensed. Otherwise, the methods in input.parse_data
need to be run.
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh
To install the package, run the following command in the base folder ADiff
conda env create -f adiff-cuda124.yml -n <your-name-of-the-environment>