Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
geopi1 committed Aug 24, 2020
1 parent 7ceff08 commit 398ee24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ python utils/get_results.py
This will calculate the mean PSNR and SSIM on the SR<->HR on all the results

## Numerical Results
| Metric | Default | Default + Noise Est. | Kernel Est. | Kernel Est. + Noise Est. |
| ------------- | -------------- | -------------------- | ---------------- | ------------------------ |
| PSNR | 22.35 dB | 22.30 (-0.05) dB | 26.31 (+3.96) dB | 26.29 (+3.94) dB |
| SSIM | 0.756 | 0.755 (-0.001) | 0.797 (+0.041) | 0.797 (+0.041) |
| Metric | Default | Default + Noise Est. | Kernel Est. | Kernel Est. + Noise Est. |
| ------------- | -------------- | -------------------- | -------------------- | ------------------------ |
| PSNR | 22.35 dB | 22.30 (-0.05) dB | **26.31 (+3.96) dB** | 26.29 (+3.94) dB |
| SSIM | 0.756 | 0.755 (-0.001) | **0.797 (+0.041)** | 0.797 (+0.041) |

## Visual Results
On each image we see (top) the default USRNet estimation with the default kernel, (middle) Blind-USRNet with the estimated kernel and (bottom) Ground Truth.
Expand Down

0 comments on commit 398ee24

Please sign in to comment.