DeblurGAN icon indicating copy to clipboard operation
DeblurGAN copied to clipboard

Image Deblurring using Generative Adversarial Networks

Results 115 DeblurGAN issues
Sort by recently updated
recently updated
newest added

python train.py --dataroot /home/ubuntu/Desktop/DeblurGAN-master/data/AB --learn_residual --resize_or_crop crop --fineSize 256 When I run but error said AssertionError: /home/ubuntu/Desktop/DeblurGAN-master/data/AB/train is not a valid directory how to fix this

python train.py --dataroot ./AB --learn_residual --resize_or_crop crop --fineSize 256 I put this line but error saids.. ------------------------------------------------------------------------------------- Traceback (most recent call last): File "train.py", line 71, in data_loader = CreateDataLoader(opt)...

Excuse me, what are the parameters `--resize_or_crop crop --loadSizeX 640 --loadSizeY 480 --fineSize 256` represent respectively? and what are the relationship between them? In my opinion, `loadSizeX` and `loadSizeY` represent...

Trying to download the weights, I get this on the google drive link "..file is in owner's trash.."

Hi, when I train the code, I set up the opt.gan_type = "wgan-gp" but there goes error, the full text is: ------------ Options ------------- batchSize: 1 beta1: 0.5 checkpoints_dir: ./checkpoints...

Can't find weight files in the provided google drive. So that we are unable to proceed to the further steps.

When I load the weight you release, I failed. Can you update the weight that is consistent with your code?

Hello and thanks for releasing the code! I'm trying to reproduce the result showed in the paper, but keep failing. Would you mind giving some more details about training and...

when I test with my own blur picture,by python test.py --dataroot path --model test --dataset_mode single --learn_residual,I met this problem,How can I solve this problem?

Hi guys, While running python test.py --dataroot /.path_to_your_data --model test --dataset_mode single --learn_residual I got into the following Error. Can Someone help me out Traceback (most recent call last): File...