Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiMoraru123 committed Jul 30, 2023
2 parents 1016330 + 8933c76 commit 1451055
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
# Super Resolution
# Photo-Realistic Single Image Super-Resolution GAN

![TensorFlow](https://img.shields.io/badge/TensorFlow-%23FF6F00.svg?style=for-the-badge&logo=TensorFlow&logoColor=white) ![Keras](https://img.shields.io/badge/Keras-%23D00000.svg?style=for-the-badge&logo=Keras&logoColor=white) ![nVIDIA](https://img.shields.io/badge/nVIDIA-%2376B900.svg?style=for-the-badge&logo=nVIDIA&logoColor=white)

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

> [!NOTE]\
> I adapted the code from [this awesome PyTorch version](https://github.com/sgrvinod/a-PyTorch-Tutorial-to-Super-Resolution). Please check it out as well.
> [!IMPORTANT]\
> I am using python `3.11` with tensorflow `2.12` on WSL2.
## Steps
1. `pip install -r requirements.txt`

## Overfitting on one image

![bird_resolved](https://github.com/AndreiMoraru123/Super-Resolution/assets/81184255/1429d7c7-96be-4737-be21-253ac5a09ed2)

```
Evaluation results:
{ 'PSNR (SRGAN)': 29.44381,
'PSNR (SRResNet)': 29.380556,
'SSIM (SRGAN)': 0.87486875,
'SSIM (SRResNet)': 0.87476}
```

0 comments on commit 1451055

Please sign in to comment.