DeblurGAN-tf icon indicating copy to clipboard operation
DeblurGAN-tf copied to clipboard

Tensorflow implementation of DeblurGAN(Blind Motion Deblurring Using Conditional Adversarial Networks)

Results 9 DeblurGAN-tf issues
Sort by recently updated
recently updated
newest added

Sorry to disturb you. I just use your code and released pretrained model on the 1111 testing images (1280*720) of GOPRO, but the PSNR and SSIM are 25.7 and 0.74...

It helps to install packages using pip install

hello,I'd like to ask,why resize the image to 640*360???

Q1:Why D-loss is negative and G-loss is very big? Q2:Why did the training seem to have ended in an epoch, and it took many hours to start training again. Then...

when my train my own data with the deblurGAN, I meet error like this , could you help me. ![image](https://user-images.githubusercontent.com/23131833/62705800-bd59a780-ba20-11e9-8689-253aadb0b0d1.png)

When I test a small image, it occure this error. InvalidArgumentError (see above for traceback): Incompatible shapes: [1,48,44,3] vs. [1,47,41,3] [[node generator/add_32 (defined at /home/ares2/workspace/DeblurGAN-tf/Deblur_Net.py:79) = Add[T=DT_FLOAT, _device="/job:localhost/replica:0/task:0/device:GPU:0"](generator/Tanh-0-0-TransposeNCHWToNHWC-LayoutOptimizer, sub)]] Does...

Can you provide some intermediate deblurring results during training, eg, epoch 1,30,150 etc?

Thank you for providing the TF code! But I have another question and I look forward to your help. I want to replace the data set with GOPRO_Large and generate...