Kai Zhang

Results 68 comments of Kai Zhang

https://github.com/cszn/KAIR

https://drive.google.com/drive/folders/1OlBxmWMH8GZNts8DnMfnb-gY7kgx1bpE

https://github.com/cszn/DPSR/issues/2#issuecomment-485718084

from scipy import ndimage img_blurry = ndimage.filters.convolve(img_H, np.expand_dims(kernel, axis=2), mode='wrap')

https://github.com/cszn/KAIR

- DPSR is non-blind model-based SISR method which assumes the blur kernel is known. - Blur kernel estimation methods: https://github.com/rgbitx/image_deblur_code - Motion blur kernel generation code: http://home.deib.polimi.it/boracchi/Projects/PSFGeneration.html - We did...

https://github.com/cszn/KAIR

You should also change https://github.com/cszn/DPSR/blob/2ec93c7178f8b03a7a3390f058acd8d7a849b0a6/models/network_srresnet.py#L13

You should use the default parameter settings.