Rabona17 / Dual_attention_GAN_For_SISR

Dual attention GAN with ODE inspired design for image super resolution. I think of the architecture myself, and it works like an state of the art model.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dual attention GAN with ODE inspired design for image super resolution

COGS181 final project

For training,

  • Download VOC2012 dataset and put training data under VOC2012/train. Then run python train.py --upscale_factor 2

For testing, see demo.ipynb

About

Dual attention GAN with ODE inspired design for image super resolution. I think of the architecture myself, and it works like an state of the art model.


Languages

Language:Jupyter Notebook 96.7%Language:Python 3.3%