image-deblurring-using-deep-learning
image-deblurring-using-deep-learning copied to clipboard
PyTorch implementation of image deblurring using deep learning. Use a simple convolutional autoencoder neural network to deblur Gaussian blurred images.
model
hellow,where is the "model.pth"?
Hi, could you explain why add_gaussian_blur.py uses 51x51 kernel: https://github.com/sovit-123/image-deblurring-using-deep-learning/blob/master/src/add_gaussian_blur.py#L13 but testing (https://github.com/sovit-123/image-deblurring-using-deep-learning/blob/master/src/add_gaussian_blur_test_image.py#L18) uses 15x15 kernel? I tried training when they are both the same, but the results are bad...