dongheehand / DeblurGAN-tf

Tensorflow implementation of DeblurGAN(Blind Motion Deblurring Using Conditional Adversarial Networks)
78 stars 25 forks source link

InvalidArgumentError (see above for traceback): Incompatible shapes: [1,176,160,3] vs. [1,175,160,3] #11

Open lovepiano opened 4 years ago

lovepiano commented 4 years ago

Do you encounter thre issue? How to solve it? Thanks!

yue1272933238 commented 4 years ago

I met the similar error. I guess you encountered this problem when you are Deblurring your own image. I found the size of the input image must match the GOPRO images. You can try and check.