File size: 577 Bytes
491d129 c04ece4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
---
license: mit
language:
- en
metrics:
- accuracy
pipeline_tag: unconditional-image-generation
tags:
- art
---
# Photo Regenerator w/Diffusion Denoiser Model
Incrementally adds noise over a series of steps via a noise scheduler, and feeds images through
a CNN to learn features/patterns to then "regenerate" the image.
The `.ipynb` holds the tests and download of the dataset if needed.
## Goals:
- **Denoise a 25-step noisy image (Blurry)**
- Denoise a 100-step noisy image
- Denoise a 500-step noisy image
- Denoise a 1000-step noisy image
**Dataset Used: COCO 2017** |