jiangsutx / SRN-Deblur

Repository for Scale-recurrent Network for Deep Image Deblurring
http://www.xtao.website/projects/srndeblur/srndeblur_cvpr18.pdf
MIT License
709 stars 184 forks source link

Using blurred images (unpaired imageset) only, how to train your code?? #72

Open edwardcho opened 2 years ago

edwardcho commented 2 years ago

Hello sir, I have interesting image deblurring and i searched your code. I had tried your sample data(gopro). I checked your sample data that is paired datasets.(blurred image vs sharp image) But i have blurred images only. Can i try to train your code??

Thanks, Edward Cho.

jiangsutx commented 2 years ago

You can test to see if the provided checkpoints work well on your data.

In order to train on unpaired images, you need to search for other methods. I think this network can not directly work.