senyosimpson / prior

Single Image Super Resolution using Deep Image Prior - Part of Undergraduate Thesis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deep Image Prior

Single image super-resolution using the method from the paper Deep Image Prior.

optimization process

Usage

To run the script, execute

python3 -m --dataset ./path/to/dataset --logdir ./path/to/logdir 

Important Notes

  1. The model called UNet is not UNet but is inspired by it. The reason for the name is originally it was an implementation of UNet but it was changed later on. This will be updated soon
  2. The script expects the set5 dataset by default. Editing this will probably be necessary.

About

Single Image Super Resolution using Deep Image Prior - Part of Undergraduate Thesis


Languages

Language:Python 97.9%Language:Shell 1.2%Language:Dockerfile 0.9%