blur-kernel-space-exploring icon indicating copy to clipboard operation
blur-kernel-space-exploring copied to clipboard

Exploring Image Deblurring via Blur Kernel Space (CVPR'21)

Results 13 blur-kernel-space-exploring issues
Sort by recently updated
recently updated
newest added

Please check this https://github.com/VinAIResearch/blur-kernel-space-exploring/blob/619c9b3b33961ef9311399d7cbbf92050a0c6b51/models/kernel_encoding/kernel_wizard.py#L72 I think you mean it to be F.

The size of the image which I used is 640*640. It can be diviable by 128. Thanks for your help! Sample #0/10 Traceback (most recent call last): File ".\generate_blur.py", line...

To transfer the motion blur between the image pair (x, y) to a new image xˆ, we can simply compute: yˆ := F(ˆx, G(x, y)). however, when i set the...

first of all, impressive work! 1. I am confused about the form of kernel. Ki is the kernel of uniform blur or can also be kernel of non-uniform blur? 2....

I run in command line **python domain_specific_deblur.py --input_dir imgs/blur_faces \ --output_dir experiments/domain_specific_deblur/results \ --yml_path options/domain_specific_deblur/stylegan.yml** and using 2 GPU, but I have error so How do I can fix this?...

generate_blur.py:30: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. opt = yaml.load(f)["KernelWizard"] Sample #0/10 Traceback (most recent call last):...

When I run generic_deblur.py, I got CUDA memory Error. Is there some way to use less memory to debulr? Thank you.

I couldn't download pretrained models, the links are invalid. Could you update the link? thank you!

When I give input a pair of sharp-blur images with the same size of 720x1280, and I try to transfer motion blur to the target image also with the same...

Hello How are you? Thanks for contributing to this project. I checked that the ONLY "GOPRO wVAE" model can be used to generate blurry image. But I know that the...