├── LICENSE ├── README.md ├── ZSSR.py ├── configs.py ├── example_with_gt ├── bsd_001.png └── bsd_001_gt.png ├── figs └── sketch.png ├── imresize.py ├── kernel_example ├── BSD100_100_lr_rand_ker_c_X2.png └── BSD100_100_lr_rand_ker_c_X2_0.mat ├── real_example ├── charlie.png └── charlie_0.mat ├── run_ZSSR.py ├── run_ZSSR_single_input.py ├── set14 ├── img_001_SRF_2_LR.png ├── img_002_SRF_2_LR.png ├── img_003_SRF_2_LR.png ├── img_004_SRF_2_LR.png ├── img_005_SRF_2_LR.png ├── img_006_SRF_2_LR.png ├── img_007_SRF_2_LR.png ├── img_008_SRF_2_LR.png ├── img_009_SRF_2_LR.png ├── img_010_SRF_2_LR.png ├── img_011_SRF_2_LR.png ├── img_012_SRF_2_LR.png ├── img_013_SRF_2_LR.png └── img_014_SRF_2_LR.png └── utils.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/assafshocher/ZSSR/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/assafshocher/ZSSR/HEAD/README.md -------------------------------------------------------------------------------- /ZSSR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/assafshocher/ZSSR/HEAD/ZSSR.py -------------------------------------------------------------------------------- /configs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/assafshocher/ZSSR/HEAD/configs.py -------------------------------------------------------------------------------- /example_with_gt/bsd_001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/assafshocher/ZSSR/HEAD/example_with_gt/bsd_001.png -------------------------------------------------------------------------------- /example_with_gt/bsd_001_gt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/assafshocher/ZSSR/HEAD/example_with_gt/bsd_001_gt.png -------------------------------------------------------------------------------- /figs/sketch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/assafshocher/ZSSR/HEAD/figs/sketch.png -------------------------------------------------------------------------------- /imresize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/assafshocher/ZSSR/HEAD/imresize.py -------------------------------------------------------------------------------- /kernel_example/BSD100_100_lr_rand_ker_c_X2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/assafshocher/ZSSR/HEAD/kernel_example/BSD100_100_lr_rand_ker_c_X2.png -------------------------------------------------------------------------------- /kernel_example/BSD100_100_lr_rand_ker_c_X2_0.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/assafshocher/ZSSR/HEAD/kernel_example/BSD100_100_lr_rand_ker_c_X2_0.mat -------------------------------------------------------------------------------- /real_example/charlie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/assafshocher/ZSSR/HEAD/real_example/charlie.png -------------------------------------------------------------------------------- /real_example/charlie_0.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/assafshocher/ZSSR/HEAD/real_example/charlie_0.mat -------------------------------------------------------------------------------- /run_ZSSR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/assafshocher/ZSSR/HEAD/run_ZSSR.py -------------------------------------------------------------------------------- /run_ZSSR_single_input.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/assafshocher/ZSSR/HEAD/run_ZSSR_single_input.py -------------------------------------------------------------------------------- /set14/img_001_SRF_2_LR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/assafshocher/ZSSR/HEAD/set14/img_001_SRF_2_LR.png -------------------------------------------------------------------------------- /set14/img_002_SRF_2_LR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/assafshocher/ZSSR/HEAD/set14/img_002_SRF_2_LR.png -------------------------------------------------------------------------------- /set14/img_003_SRF_2_LR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/assafshocher/ZSSR/HEAD/set14/img_003_SRF_2_LR.png -------------------------------------------------------------------------------- /set14/img_004_SRF_2_LR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/assafshocher/ZSSR/HEAD/set14/img_004_SRF_2_LR.png -------------------------------------------------------------------------------- /set14/img_005_SRF_2_LR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/assafshocher/ZSSR/HEAD/set14/img_005_SRF_2_LR.png -------------------------------------------------------------------------------- /set14/img_006_SRF_2_LR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/assafshocher/ZSSR/HEAD/set14/img_006_SRF_2_LR.png -------------------------------------------------------------------------------- /set14/img_007_SRF_2_LR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/assafshocher/ZSSR/HEAD/set14/img_007_SRF_2_LR.png -------------------------------------------------------------------------------- /set14/img_008_SRF_2_LR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/assafshocher/ZSSR/HEAD/set14/img_008_SRF_2_LR.png -------------------------------------------------------------------------------- /set14/img_009_SRF_2_LR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/assafshocher/ZSSR/HEAD/set14/img_009_SRF_2_LR.png -------------------------------------------------------------------------------- /set14/img_010_SRF_2_LR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/assafshocher/ZSSR/HEAD/set14/img_010_SRF_2_LR.png -------------------------------------------------------------------------------- /set14/img_011_SRF_2_LR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/assafshocher/ZSSR/HEAD/set14/img_011_SRF_2_LR.png -------------------------------------------------------------------------------- /set14/img_012_SRF_2_LR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/assafshocher/ZSSR/HEAD/set14/img_012_SRF_2_LR.png -------------------------------------------------------------------------------- /set14/img_013_SRF_2_LR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/assafshocher/ZSSR/HEAD/set14/img_013_SRF_2_LR.png -------------------------------------------------------------------------------- /set14/img_014_SRF_2_LR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/assafshocher/ZSSR/HEAD/set14/img_014_SRF_2_LR.png -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/assafshocher/ZSSR/HEAD/utils.py --------------------------------------------------------------------------------