├── README.md ├── degrade.py ├── figure ├── 0.jpg ├── 1.jpg ├── 2.jpg ├── 3.jpg ├── 4.jpg ├── 5.jpg ├── 6.jpg ├── 7.jpg └── 8.jpg ├── process.py └── unprocess.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yujiwen/BSRGAN_implementation/HEAD/README.md -------------------------------------------------------------------------------- /degrade.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yujiwen/BSRGAN_implementation/HEAD/degrade.py -------------------------------------------------------------------------------- /figure/0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yujiwen/BSRGAN_implementation/HEAD/figure/0.jpg -------------------------------------------------------------------------------- /figure/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yujiwen/BSRGAN_implementation/HEAD/figure/1.jpg -------------------------------------------------------------------------------- /figure/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yujiwen/BSRGAN_implementation/HEAD/figure/2.jpg -------------------------------------------------------------------------------- /figure/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yujiwen/BSRGAN_implementation/HEAD/figure/3.jpg -------------------------------------------------------------------------------- /figure/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yujiwen/BSRGAN_implementation/HEAD/figure/4.jpg -------------------------------------------------------------------------------- /figure/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yujiwen/BSRGAN_implementation/HEAD/figure/5.jpg -------------------------------------------------------------------------------- /figure/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yujiwen/BSRGAN_implementation/HEAD/figure/6.jpg -------------------------------------------------------------------------------- /figure/7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yujiwen/BSRGAN_implementation/HEAD/figure/7.jpg -------------------------------------------------------------------------------- /figure/8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yujiwen/BSRGAN_implementation/HEAD/figure/8.jpg -------------------------------------------------------------------------------- /process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yujiwen/BSRGAN_implementation/HEAD/process.py -------------------------------------------------------------------------------- /unprocess.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yujiwen/BSRGAN_implementation/HEAD/unprocess.py --------------------------------------------------------------------------------