Kai Zhang

Results 68 comments of Kai Zhang

Yes, the blur kernel is saved as an image.

Some blind deblurring codes: https://github.com/rgbitx/image_deblur_code

The problem has been solved. See the details: https://github.com/cszn/IRCNN/blob/f47a52ae9849265843553639ee8767316f754e61/Demo_deblur_real_application.m#L74

Youcan use either ubuntu or windows. Follow the instructions http://www.vlfeat.org/matconvnet/install/ carefully. I use 1.0-beta24, win10, matlab2015b.

Thanks, it's very nice of you.

https://github.com/cszn/FFDNet/blob/0a04dbe7d8abe3288fcd41adf7a66d172a3e2c66/Demo_AWGN_Gray.m#L92 Remove the following if you did not install Matconvnet. net = vl_simplenn_tidy(net); and if useGPU net = vl_simplenn_move(net, 'gpu') ; end

https://www2.eecs.berkeley.edu/Research/Projects/CS/vision/grouping/resources.html https://ece.uwaterloo.ca/~k29ma/exploration/

@xiaojidan @AtenaKid @Banjak90 @aGIToz I have released the training codes.