Skip to content

Commit

Permalink
[README] Fix TTSR's README (#1325)
Browse files Browse the repository at this point in the history
fix TTSR's README
  • Loading branch information
LeoXing1996 authored Oct 17, 2022
1 parent 013f106 commit c844581
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configs/ttsr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ We study on image super-resolution (SR), which aims to recover realistic texture
Evaluated on CUFED dataset (RGB channels), `scale` pixels in each border are cropped before evaluation.
The metrics are `PSNR and SSIM` .

| Method | scale | SSIM | SSIM | GPU Info | Download |
| Method | scale | PSNR | SSIM | GPU Info | Download |
| :----------------------------------------------------------------------------------: | :---: | :-----: | :----: | :----------: | :------------------------------------------------------------------------------------: |
| [ttsr-rec_x4_c64b16_g1_200k_CUFED](/configs/ttsr/ttsr-rec_x4c64b16_1xb9-200k_CUFED.py) | x4 | 25.2433 | 0.7491 | 1 (TITAN Xp) | [model](https://download.openmmlab.com/mmediting/restorers/ttsr/ttsr-rec_x4_c64b16_g1_200k_CUFED_20210525-b0dba584.pth) \| [log](https://download.openmmlab.com/mmediting/restorers/ttsr/ttsr-rec_x4_c64b16_g1_200k_CUFED_20210525-b0dba584.log.json) |
| [ttsr-gan_x4_c64b16_g1_500k_CUFED](/configs/ttsr/ttsr-gan_x4c64b16_1xb9-500k_CUFED.py) | x4 | 24.6075 | 0.7234 | 1 (TITAN Xp) | [model](https://download.openmmlab.com/mmediting/restorers/ttsr/ttsr-gan_x4_c64b16_g1_500k_CUFED_20210626-2ab28ca0.pth) \| [log](https://download.openmmlab.com/mmediting/restorers/ttsr/ttsr-gan_x4_c64b16_g1_500k_CUFED_20210626-2ab28ca0.log.json) |
Expand Down
2 changes: 2 additions & 0 deletions configs/ttsr/metafile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Models:
Results:
- Dataset: CUFED
Metrics:
PSNR: 25.2433
SSIM: 0.7491
Task: Ttsr
Weights: https://download.openmmlab.com/mmediting/restorers/ttsr/ttsr-rec_x4_c64b16_g1_200k_CUFED_20210525-b0dba584.pth
Expand All @@ -28,6 +29,7 @@ Models:
Results:
- Dataset: CUFED
Metrics:
PSNR: 24.6075
SSIM: 0.7234
Task: Ttsr
Weights: https://download.openmmlab.com/mmediting/restorers/ttsr/ttsr-gan_x4_c64b16_g1_500k_CUFED_20210626-2ab28ca0.pth

0 comments on commit c844581

Please sign in to comment.