Project for Machine Learning for Computer Vision.
In this project we use different PyTorch implementations of diffusion models to perform image denoising. For training we use the Flowers102 dataset.
The concepts behind this project are explained in Ho et al. 2020.
.
├── images # It contains the images in the notebook
├── models # It contains the models
├── test_pictures # It contains some test pictures
├── utils # It contains the python files with useful functions (e.g. training utilities)
├── denoising_diffusion_models.ipynb # Notebook file
├── .gitignore
├── LICENSE
└── README.md
Name | Surname | Username | |
---|---|---|---|
Enrico | Pittini | enrico.pittini@studio.unibo.it |
EnricoPittini |
Michele | Calvanese | michele.calvanese@studio.unibo.it |
michele98 |
This project is licensed under the MIT License - see the LICENSE file for details.