Skip to content

MarcZoon/ConditionalAnoDDPM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conditional AnoDDPM

This is the codebase for my thesis, Conditional AnoDDPM.

The code is a fork Improved Diffusion, and implements Simplex noise as an alternative to Gaussian noise.

Usage

This section of the README walks through how to train and sample from a model.

Installation

Clone this repository and navigate to it in your terminal. Then run:

pip install -e .

This should install the canoddpm python package that the scripts depend on.

Preparing Data

You can download the BraTS2020 dataset from here.

Run the datasets/brats.py script to pre-process the dataset.

Training

The train_example.sh is an example script to train a model. It uses the scripts/multi_mri_train.py script.

Evaluation

Use the scripts/multi_mri_eval.py script to evaluate a model.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published