Skip to content

Commit

Permalink
add docs (PaddlePaddle#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
LielinJiang authored Jul 28, 2021
1 parent d913d8d commit f84ddda
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
3 changes: 1 addition & 2 deletions configs/basicvsr_reds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ optimizer:
beta2: 0.99

validate:
# FIXME: avoid oom
interval: 5000000
interval: 5000
save_img: false

metrics:
Expand Down
14 changes: 13 additions & 1 deletion docs/en_US/tutorials/video_super_resolution.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ The metrics are PSNR / SSIM.
| EDVR_L_w_tsa_SRx4 | 30.9336 / 0.8773 |
| EDVR_L_wo_tsa_deblur | 34.9587 / 0.9509 |
| EDVR_L_w_tsa_deblur | 35.1473 / 0.9526 |
| BasicVSR_x4 | 31.4325 / 0.8913 |


## 1.4 Model Download
Expand All @@ -88,7 +89,7 @@ The metrics are PSNR / SSIM.
| EDVR_L_w_tsa_SRx4 | REDS | [EDVR_L_w_tsa_SRx4](https://paddlegan.bj.bcebos.com/models/EDVR_L_w_tsa_SRx4.pdparams)
| EDVR_L_wo_tsa_deblur | REDS | [EDVR_L_wo_tsa_deblur](https://paddlegan.bj.bcebos.com/models/EDVR_L_wo_tsa_deblur.pdparams)
| EDVR_L_w_tsa_deblur | REDS | [EDVR_L_w_tsa_deblur](https://paddlegan.bj.bcebos.com/models/EDVR_L_w_tsa_deblur.pdparams)

| BasicVSR_x4 | REDS | [BasicVSR_x4](https://paddlegan.bj.bcebos.com/models/BasicVSR_reds_x4.pdparams)



Expand All @@ -106,3 +107,14 @@ The metrics are PSNR / SSIM.
year = {2019}
}
```

- 2. [BasicVSR: The Search for Essential Components in Video Super-Resolution and Beyond](https://arxiv.org/pdf/2012.02181.pdf)

```
@InProceedings{chan2021basicvsr,
author = {Chan, Kelvin C.K. and Wang, Xintao and Yu, Ke and Dong, Chao and Loy, Chen Change},
title = {BasicVSR: The Search for Essential Components in Video Super-Resolution and Beyond},
booktitle = {Proceedings of the IEEE conference on computer vision and pattern recognition},
year = {2021}
}
```
12 changes: 12 additions & 0 deletions docs/zh_CN/tutorials/video_super_resolution.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
| EDVR_L_w_tsa_SRx4 | 30.9336 / 0.8773 |
| EDVR_L_wo_tsa_deblur | 34.9587 / 0.9509 |
| EDVR_L_w_tsa_deblur | 35.1473 / 0.9526 |
| BasicVSR_x4 | 31.4325 / 0.8913 |


## 1.4 模型下载
Expand All @@ -84,6 +85,7 @@
| EDVR_L_w_tsa_SRx4 | REDS | [EDVR_L_w_tsa_SRx4](https://paddlegan.bj.bcebos.com/models/EDVR_L_w_tsa_SRx4.pdparams)
| EDVR_L_wo_tsa_deblur | REDS | [EDVR_L_wo_tsa_deblur](https://paddlegan.bj.bcebos.com/models/EDVR_L_wo_tsa_deblur.pdparams)
| EDVR_L_w_tsa_deblur | REDS | [EDVR_L_w_tsa_deblur](https://paddlegan.bj.bcebos.com/models/EDVR_L_w_tsa_deblur.pdparams)
| BasicVSR_x4 | REDS | [BasicVSR_x4](https://paddlegan.bj.bcebos.com/models/BasicVSR_reds_x4.pdparams)



Expand All @@ -101,3 +103,13 @@
year = {2019}
}
```
- 2. [BasicVSR: The Search for Essential Components in Video Super-Resolution and Beyond](https://arxiv.org/pdf/2012.02181.pdf)

```
@InProceedings{chan2021basicvsr,
author = {Chan, Kelvin C.K. and Wang, Xintao and Yu, Ke and Dong, Chao and Loy, Chen Change},
title = {BasicVSR: The Search for Essential Components in Video Super-Resolution and Beyond},
booktitle = {Proceedings of the IEEE conference on computer vision and pattern recognition},
year = {2021}
}
```

0 comments on commit f84ddda

Please sign in to comment.