An open API service indexing awesome lists of open source software.

https://github.com/aflah02/srgan-from-scratch-pytorch

Implementation of SRGAN from Scratch using PyTorch
https://github.com/aflah02/srgan-from-scratch-pytorch

deep-learning implementation pytorch srgan srgan-pytorch

Last synced: about 1 month ago
JSON representation

Implementation of SRGAN from Scratch using PyTorch

Awesome Lists containing this project

README

          

# Implementation of SRGAN using PyTorch

Based on [Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network](https://arxiv.org/abs/1609.04802)

References -
1) https://www.youtube.com/watch?v=7FO9qDOhRCc
2) https://paperswithcode.com/method/srgan#:~:text=SRGAN%20is%20a%20generative%20adversarial%20network%20for%20single%20image%20super%2Dresolution.&text=a%20content%20loss.-,The%20adversarial%20loss%20pushes%20the%20solution%20to%20the%20natural%20image,and%20original%20photo%2Drealistic%20images.