Shivam Prasad
Shivam Prasad
I have one more issue. How do I select the model to be used? The code performs poorly when there's a moving object in the image. How do you justify...
I tried doing that! But the problem is that the features of the image is lost. Hence, the results are not good. Here's an example. On Mon, Jun 11, 2018...
What was the batch size? I find that there is always some distortion in the output images. Any suggestions? As suggested by you, I'm processing the image patch by patch....
Hello, I have not changed any of the settings while testing. I haven't even trained the model for my image set. I have just divided the image into patches, processed...
Hello All! I have added the patching code and unifying code. In this implementation you have to just give the image as input. Check out! -> https://github.com/shivam2296/deblur-gan
Hello there, as you have worked on fine tuning the parameters. Please let me know the best hyper parameters. The problem is that the code doesn't give the user an...
Not only this, the code requires the image to be square shaped. Otherwise, it shows a run time error. This is the error I got using this command- --------------------------------------------------------COMMAND------------------------------------------------------------------- python...
Can you generate rectangular images?
Does this work on any sized image? Like 1024X720 On Tue, Jul 3, 2018 at 11:21 AM SophiaSarah wrote: > Try --resize_or_crop=no_change > > — > You are receiving this...