deblur-gan icon indicating copy to clipboard operation
deblur-gan copied to clipboard

Keras implementation of "DeblurGAN: Blind Motion Deblurring Using Conditional Adversarial Networks"

Results 50 deblur-gan issues
Sort by recently updated
recently updated
newest added

Hello, can you please post both discriminator and generator weights. Thank you so much!

In official paper and pytorch code, instance normalization is proposed after conv while batch normalization is used in this keras code. Is there any influence on the final result? Have...

Thanks for sharing your code! I got something wrong when test my own image. First, I changed the upsampling method in model.py to the older type to fix you gentrator.h5...

`yff@Yff:~/PycharmProjects/Tf_DeblurGAN$ python scripts/train.py --n_images=512 --batch_size=16 --log_dir /path/to/log/dir Traceback (most recent call last): File "scripts/train.py", line 8, in from deblurgan.losses import wasserstein_loss, perceptual_loss File "/home/yff/PycharmProjects/Tf_DeblurGAN/deblurgan/losses.py", line 1, in import keras.backend as...

how I add gradient_penalty_loss to the total loss? After many epochs, my d_on_g_losses is still relatively large, causing the deblur perfomance to drop. Could you tell how to implement the...

When calling 'scripts/deblur_image.py', I receive the below:- ``` Traceback (most recent call last): File "/content/deblur-gan/scripts/deblur_image.py", line 5, in from deblurgan.model import generator_model ModuleNotFoundError: No module named 'deblurgan' ```

What are the training parameters used by the author while initially training the model?

Thanks for sharing your code! My performance is not good, and the loss after each epoch is: ![image](https://user-images.githubusercontent.com/25686922/50049595-ada0f200-0123-11e9-98fb-bb020e8c29ef.png) I want to know why my performance is not good. Is it...

Hi, I have two Nvidia cards, but when training the model, I see only one card is in use, although both cards' GPU memory is occupied. ```` root@bogon:~/DeblurGAN# nvidia-smi Wed...