fourson / DeblurGAN-pytorch

An easy-to-read implementation of DeblurGAN
56 stars 16 forks source link

unrecognized arguments: weights\WGAN_GP #7

Closed edemqs closed 1 year ago

edemqs commented 1 year ago

Hello. I try to run the program but I get an error. How can I solve that?

(base) C:\Users\EQUISPE\demo\DeblurGAN-pytorch-master>python deblur_image.py --blurred C:\Users\EQUISPE\demo\DeblurGAN-pytorch-master\prueba --deblurred C:\Users\EQUISPE\demo\DeblurGAN-pytorch-master\output --resume C:\Users\EQUISPE\demo\DeblurGAN-pytorch-master\checkpoints\pretrained weights\WGAN_GP usage: deblur_image.py [-h] -b BLURRED -d DEBLURRED -r RESUME [--device DEVICE]

deblur_image.py: error: unrecognized arguments: weights\WGAN_GP

fourson commented 1 year ago

Please kindly note that in Windows the space (in "pretrained weights") must be escaped.