diff --git a/configs/ttsr/README.md b/configs/ttsr/README.md index 2eadc57530..bf9c63bd8f 100644 --- a/configs/ttsr/README.md +++ b/configs/ttsr/README.md @@ -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) | diff --git a/configs/ttsr/metafile.yml b/configs/ttsr/metafile.yml index a5dbdaf1c4..4450bef023 100644 --- a/configs/ttsr/metafile.yml +++ b/configs/ttsr/metafile.yml @@ -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 @@ -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