DeblurGAN
DeblurGAN copied to clipboard
how can i generate blurred image
hi ,thanks to the author share the code
i want to make dataset to train but when i run the blur_image.py
there were nothing saved although i modify the folder_to_save
,
how can i generate the blurred image?
i'm appreciate for some guide
hi ,thanks to the author share the code i want to make dataset to train but when i run the
blur_image.py
there were nothing saved although i modify thefolder_to_save
, how can i generate the blurred image? i'm appreciate for some guide
Have you solved this problem?
I am facing the same problem..
hi ,thanks to the author share the code i want to make dataset to train but when i run the
blur_image.py
there were nothing saved although i modify thefolder_to_save
, how can i generate the blurred image? i'm appreciate for some guide
You set "save=True", don't you? os.path.join(self.path_to_save, self.image_path.split('\')[-1]) I modified this line, and this line produce the path for saving, and self.image_path.split('\')[-1] is image name from sharp image path. I could save them, but my new problem is the image is just black, which is nothing.