From 03eb63b677489da279cf82e5f50ffc6ee308d00c Mon Sep 17 00:00:00 2001 From: WolframRhodium Date: Fri, 21 Dec 2018 11:23:06 +0800 Subject: [PATCH] Add linear methods, e.g. bicubic 2. Update citations --- CARN/progressive/README.md | 4 +- DBPN/README.md | 4 +- IDN/README.md | 2 +- ProSR/README.md | 4 +- .../README.md | 2 +- SESR/README.md | 2 +- TSCN/README.md | 2 +- WDSR/wdsr@krasserm/README.md | 2 +- linear_method/bicubic_2x-0000.params | Bin 0 -> 270 bytes linear_method/bicubic_2x-symbol.json | 83 +++++++++++++ linear_method/example_produce_resizer.py | 71 +++++++++++ linear_method/resize_weight.py | 114 ++++++++++++++++++ xUnit/README.md | 2 +- 13 files changed, 280 insertions(+), 12 deletions(-) create mode 100644 linear_method/bicubic_2x-0000.params create mode 100644 linear_method/bicubic_2x-symbol.json create mode 100644 linear_method/example_produce_resizer.py create mode 100644 linear_method/resize_weight.py diff --git a/CARN/progressive/README.md b/CARN/progressive/README.md index ce9b576..ac1416b 100644 --- a/CARN/progressive/README.md +++ b/CARN/progressive/README.md @@ -3,6 +3,6 @@ Converted from **official** [nmhkahn/NTIRE2018](https://github.com/nmhkahn/NTIRE --- ### Reference -**[1] Ahn, N., Kang, B., & Sohn, K. A. (2018). Image Super-resolution via Progressive Cascading Residual Network. In proceedings of the IEEE Conference on Computer Vision and Pattern Recognition Workshops. [[PDF]](http://openaccess.thecvf.com/content_cvpr_2018_workshops/papers/w13/Ahn_Image_Super-Resolution_via_CVPR_2018_paper.pdf) [[Code]](https://github.com/nmhkahn/NTIRE2018)** +**[1] Ahn, N., Kang, B., & Sohn, K. A. (2018). [Image Super-resolution via Progressive Cascading Residual Network](https://ieeexplore.ieee.org/document/8575275). In the IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops. [[PDF]](http://openaccess.thecvf.com/content_cvpr_2018_workshops/papers/w13/Ahn_Image_Super-Resolution_via_CVPR_2018_paper.pdf) [[Code]](https://github.com/nmhkahn/NTIRE2018)** -[2] Timofte, R., Gu, S. H., Wu, J. Q., Van Gool, L., Zhang, L., Yang, M. H., ... & Fu, L. Z. (2018). NTIRE 2018 Challenge on Single Image Super-Resolution: Methods and Results. In proceedings of the IEEE Converence on Computer Vision and Pattern Recognition Workshops. [[PDF]](http://people.ee.ethz.ch/~timofter/publications/NTIRE2018_SR_report_CVPRW-2018.pdf) [[Project]](http://www.vision.ee.ethz.ch/ntire18/#challenge) +[2] Timofte, R., Gu, S. H., Wu, J. Q., Van Gool, L., Zhang, L., Yang, M. H., ... & Fu, L. Z. (2018). [NTIRE 2018 Challenge on Single Image Super-Resolution: Methods and Results](https://ieeexplore.ieee.org/document/8575282/). In the IEEE/CVF Converence on Computer Vision and Pattern Recognition Workshops. [[PDF]](http://people.ee.ethz.ch/~timofter/publications/NTIRE2018_SR_report_CVPRW-2018.pdf) [[Project]](http://www.vision.ee.ethz.ch/ntire18/#challenge) diff --git a/DBPN/README.md b/DBPN/README.md index afd3960..4ada30b 100644 --- a/DBPN/README.md +++ b/DBPN/README.md @@ -3,6 +3,6 @@ Converted from **official** [alterzero/DBPN-caffe](https://github.com/alterzero/ --- ### Reference -**[1] Haris, M., Shakhnarovich, G., & Ukita, N. (2018). Deep Back-Projection Networks For Super-Resolution. In proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. [[PDF]](https://www.toyota-ti.ac.jp/Lab/Denshi/iim/members/muhammad.haris/projects/DBPN_cvpr2018_final.pdf) [[Code-Caffe]](https://github.com/alterzero/DBPN-caffe) [[Code-PyTorch]](https://github.com/alterzero/DBPN-Pytorch) [[Supplementary Material]](https://www.toyota-ti.ac.jp/Lab/Denshi/iim/members/muhammad.haris/projects/DBPN_cvpr2018_supp_material.pdf) [[Project]](https://www.toyota-ti.ac.jp/Lab/Denshi/iim/members/muhammad.haris/projects/DBPN.html)** +**[1] Haris, M., Shakhnarovich, G., & Ukita, N. (2018). [Deep Back-Projection Networks For Super-Resolution](https://ieeexplore.ieee.org/document/8578277/). In the IEEE/CVF Conference on Computer Vision and Pattern Recognition. [[PDF]](https://www.toyota-ti.ac.jp/Lab/Denshi/iim/members/muhammad.haris/projects/DBPN_cvpr2018_final.pdf) [[Code-Caffe]](https://github.com/alterzero/DBPN-caffe) [[Code-PyTorch]](https://github.com/alterzero/DBPN-Pytorch) [[Supplementary Material]](https://www.toyota-ti.ac.jp/Lab/Denshi/iim/members/muhammad.haris/projects/DBPN_cvpr2018_supp_material.pdf) [[Project]](https://www.toyota-ti.ac.jp/Lab/Denshi/iim/members/muhammad.haris/projects/DBPN.html)** -[2] Timofte, R., Gu, S. H., Wu, J. Q., Van Gool, L., Zhang, L., Yang, M. H., ... & Fu, L. Z. (2018). NTIRE 2018 Challenge on Single Image Super-Resolution: Methods and Results. In proceedings of the IEEE Converence on Computer Vision and Pattern Recognition Workshops. [[PDF]](http://people.ee.ethz.ch/~timofter/publications/NTIRE2018_SR_report_CVPRW-2018.pdf) [[Project]](http://www.vision.ee.ethz.ch/ntire18/#challenge) +[2] Timofte, R., Gu, S. H., Wu, J. Q., Van Gool, L., Zhang, L., Yang, M. H., ... & Fu, L. Z. (2018). [NTIRE 2018 Challenge on Single Image Super-Resolution: Methods and Results](https://ieeexplore.ieee.org/document/8575282/). In the IEEE/CVF Converence on Computer Vision and Pattern Recognition Workshops. [[PDF]](http://people.ee.ethz.ch/~timofter/publications/NTIRE2018_SR_report_CVPRW-2018.pdf) [[Project]](http://www.vision.ee.ethz.ch/ntire18/#challenge) diff --git a/IDN/README.md b/IDN/README.md index a27689c..b09c8d0 100644 --- a/IDN/README.md +++ b/IDN/README.md @@ -3,4 +3,4 @@ Converted from **official** [Zheng222/IDN-Caffe](https://github.com/Zheng222/IDN --- ### Reference -[1] Hui, Z., Wang, X. & Gao, X. (2018). Fast and Accurate Single Image Super-Resolution via Information Distillation Network. In proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. [[PDF]](http://openaccess.thecvf.com/content_cvpr_2018/papers/Hui_Fast_and_Accurate_CVPR_2018_paper.pdf) [[Code]](https://github.com/Zheng222/IDN-Caffe) [[Poster]](https://github.com/Zheng222/IDN-Caffe/blob/2bcc23e4f66684cb7e1fbb3ceb4a957f830b83e6/files/cvpr18_poster.pdf) +[1] Hui, Z., Wang, X. & Gao, X. (2018). [Fast and Accurate Single Image Super-Resolution via Information Distillation Network](https://ieeexplore.ieee.org/document/8578180/). In the IEEE/CVF Conference on Computer Vision and Pattern Recognition. [[PDF]](http://openaccess.thecvf.com/content_cvpr_2018/papers/Hui_Fast_and_Accurate_CVPR_2018_paper.pdf) [[Code]](https://github.com/Zheng222/IDN-Caffe) [[Poster]](https://github.com/Zheng222/IDN-Caffe/blob/2bcc23e4f66684cb7e1fbb3ceb4a957f830b83e6/files/cvpr18_poster.pdf) diff --git a/ProSR/README.md b/ProSR/README.md index 21f1c74..07624e9 100644 --- a/ProSR/README.md +++ b/ProSR/README.md @@ -3,6 +3,6 @@ Converted from **official** [fperazzi/proSR](https://github.com/fperazzi/proSR/t --- ### Reference -**[1] Wang, Y., Perazzi, F., McWilliams, B., Sorkine-Hornung, A., Sorkine-Hornung, O., & Schroers, C. (2018). A Fully Progressive Approach to Single-Image Super-Resolution. In proceedings of the IEEE Conference on Computer Vision and Pattern Recognition Workshops. [[PDF]](http://igl.ethz.ch/projects/prosr/prosr-cvprw-2018-wang-et-al.pdf) [[Code]](https://github.com/fperazzi/proSR) [[Supplementary Material]](http://igl.ethz.ch/projects/prosr/prosr-supplemental.pdf) [[Video]](http://igl.ethz.ch/projects/prosr/prosr-video.mp4) [[Project]](http://igl.ethz.ch/projects/prosr/)** +**[1] Wang, Y., Perazzi, F., McWilliams, B., Sorkine-Hornung, A., Sorkine-Hornung, O., & Schroers, C. (2018). [A Fully Progressive Approach to Single-Image Super-Resolution](https://ieeexplore.ieee.org/document/8575284/). In the IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops. [[PDF]](http://igl.ethz.ch/projects/prosr/prosr-cvprw-2018-wang-et-al.pdf) [[Code]](https://github.com/fperazzi/proSR) [[Supplementary Material]](http://igl.ethz.ch/projects/prosr/prosr-supplemental.pdf) [[Video]](http://igl.ethz.ch/projects/prosr/prosr-video.mp4) [[Project]](http://igl.ethz.ch/projects/prosr/)** -[2] Timofte, R., Gu, S. H., Wu, J. Q., Van Gool, L., Zhang, L., Yang, M. H., ... & Fu, L. Z. (2018). NTIRE 2018 Challenge on Single Image Super-Resolution: Methods and Results. In proceedings of the IEEE Converence on Computer Vision and Pattern Recognition Workshops. [[PDF]](http://people.ee.ethz.ch/~timofter/publications/NTIRE2018_SR_report_CVPRW-2018.pdf) [[Project]](http://www.vision.ee.ethz.ch/ntire18/#challenge) +[2] Timofte, R., Gu, S. H., Wu, J. Q., Van Gool, L., Zhang, L., Yang, M. H., ... & Fu, L. Z. (2018). [NTIRE 2018 Challenge on Single Image Super-Resolution: Methods and Results](https://ieeexplore.ieee.org/document/8575282/). In the IEEE/CVF Converence on Computer Vision and Pattern Recognition Workshops. [[PDF]](http://people.ee.ethz.ch/~timofter/publications/NTIRE2018_SR_report_CVPRW-2018.pdf) [[Project]](http://www.vision.ee.ethz.ch/ntire18/#challenge) diff --git a/RDN/Residual-Dense-Network-Caffe@xueshengke/README.md b/RDN/Residual-Dense-Network-Caffe@xueshengke/README.md index d723a48..9c66907 100644 --- a/RDN/Residual-Dense-Network-Caffe@xueshengke/README.md +++ b/RDN/Residual-Dense-Network-Caffe@xueshengke/README.md @@ -3,4 +3,4 @@ Converted from [xueshengke/Residual-Dense-Network-Caffe](https://github.com/xues --- ### Reference -[1] Zhang, Y., Tian, Y., Kong, Y., Zhong, B. & Fu, Y. (2018). Residual Dense Network for Image Super-Resolution. In the IEEE Conference on Computer Vision and Pattern Recognition. [[PDF]](http://openaccess.thecvf.com/content_cvpr_2018/papers/Zhang_Residual_Dense_Network_CVPR_2018_paper.pdf) [[Code]](https://github.com/yulunzhang/RDN) +[1] Zhang, Y., Tian, Y., Kong, Y., Zhong, B. & Fu, Y. (2018). [Residual Dense Network for Image Super-Resolution](https://ieeexplore.ieee.org/document/8578360/). In the IEEE/CVF Conference on Computer Vision and Pattern Recognition. [[PDF]](http://openaccess.thecvf.com/content_cvpr_2018/papers/Zhang_Residual_Dense_Network_CVPR_2018_paper.pdf) [[Code]](https://github.com/yulunzhang/RDN) diff --git a/SESR/README.md b/SESR/README.md index 7a90f20..ae5880d 100644 --- a/SESR/README.md +++ b/SESR/README.md @@ -3,4 +3,4 @@ Converted from **official** [opteroncx/SESR](https://github.com/opteroncx/SESR/t --- ### Reference -[1] Cheng, X., Li, X., Yang, J. & Tai, Y. (2018). SESR: Single Image Super Resolution with Recursive Squeeze and Excitation Networks. In proceedings of International Conference on Pattern Recognition. [[PDF]](https://arxiv.org/pdf/1801.10319) [[Code]](https://github.com/opteroncx/SESR) +[1] Cheng, X., Li, X., Yang, J. & Tai, Y. (2018). [SESR: Single Image Super Resolution with Recursive Squeeze and Excitation Networks](https://ieeexplore.ieee.org/document/8546130/). International Conference on Pattern Recognition. [[PDF]](https://arxiv.org/pdf/1801.10319) [[Code]](https://github.com/opteroncx/SESR) diff --git a/TSCN/README.md b/TSCN/README.md index 5d953a9..96d7509 100644 --- a/TSCN/README.md +++ b/TSCN/README.md @@ -3,4 +3,4 @@ Converted from **official** [Zheng222/TSCN](https://github.com/Zheng222/TSCN/com --- ### Reference -[1] Hui, Z., Wang, X., & Gao, X. (2018). Two-Stage Convolutional Network for Image Super-Resolution. In proceedings of International Conference on Pattern Recognition. [[PDF]](https://github.com/Zheng222/TSCN/blob/20818c148a6f02a0d5e7c75553528f52dbebcf6a/files/TSCN.pdf) [[Code]](https://github.com/Zheng222/TSCN) [[Poster]](https://github.com/Zheng222/TSCN/raw/master/files/icpr18_poster.pdf) \ No newline at end of file +[1] Hui, Z., Wang, X., & Gao, X. (2018). [Two-Stage Convolutional Network for Image Super-Resolution](https://ieeexplore.ieee.org/document/8545648/). International Conference on Pattern Recognition. [[PDF]](https://github.com/Zheng222/TSCN/blob/20818c148a6f02a0d5e7c75553528f52dbebcf6a/files/TSCN.pdf) [[Code]](https://github.com/Zheng222/TSCN) [[Poster]](https://github.com/Zheng222/TSCN/raw/master/files/icpr18_poster.pdf) \ No newline at end of file diff --git a/WDSR/wdsr@krasserm/README.md b/WDSR/wdsr@krasserm/README.md index a5f9697..eeec25a 100644 --- a/WDSR/wdsr@krasserm/README.md +++ b/WDSR/wdsr@krasserm/README.md @@ -5,4 +5,4 @@ Converted from [krasserm/wdsr](https://github.com/krasserm/wdsr/tree/4701c31b8fb ### Reference **[1] Yu, J. H., Fan, Y. C., Yang, J. C., Xu, N., Wang, Z. W., Wang, X. C. & Huang, T. (2018). Wide Activation for Efficient and Accurate Image Super-Resolution. arXiv preprint arXiv:1808.08718. [[PDF]](https://arxiv.org/pdf/1808.08718) [[Code]](https://github.com/JiahuiYu/wdsr_ntire2018)** -[2] Timofte, R., Gu, S. H., Wu, J. Q., Van Gool, L., Zhang, L., Yang, M. H., ... & Fu, L. Z. (2018). NTIRE 2018 Challenge on Single Image Super-Resolution: Methods and Results. In proceedings of the IEEE Converence on Computer Vision and Pattern Recognition Workshops. [[PDF]](http://people.ee.ethz.ch/~timofter/publications/NTIRE2018_SR_report_CVPRW-2018.pdf) [[Project]](http://www.vision.ee.ethz.ch/ntire18/#challenge) +[2] Timofte, R., Gu, S. H., Wu, J. Q., Van Gool, L., Zhang, L., Yang, M. H., ... & Fu, L. Z. (2018). [NTIRE 2018 Challenge on Single Image Super-Resolution: Methods and Results](https://ieeexplore.ieee.org/document/8575282/). In the IEEE/CVF Converence on Computer Vision and Pattern Recognition Workshops. [[PDF]](http://people.ee.ethz.ch/~timofter/publications/NTIRE2018_SR_report_CVPRW-2018.pdf) [[Project]](http://www.vision.ee.ethz.ch/ntire18/#challenge) diff --git a/linear_method/bicubic_2x-0000.params b/linear_method/bicubic_2x-0000.params new file mode 100644 index 0000000000000000000000000000000000000000..1d0b01c19a8e37ff53b7b78dc4c44e0229b1e4ee GIT binary patch literal 270 zcmWe)WIzE-P~OR3lYfGkEIFy4!Zfom