learn-optimizer-rgdn
learn-optimizer-rgdn copied to clipboard
Learning Deep Gradient Descent Optimization for Image Deconvolution. Dong Gong, Zhen Zhang, Qinfeng Shi, Anton van den Hengel, Chunhua Shen, Yanning Zhang. In IEEE Transactions on Neural Networks and...
hi @donggong1 I have read your test code but I found it's difficult to modify the code for infer an image could you please give a exmaple? Thank you very...
Can you give me some suggestions? ` for im_index in range(4): gt_name = r'data/levin_data/img_%d.png' % (im_index + 1) gt = cv2.imread(gt_name,0) gt = gt / 255 # gt= gty[..., np.newaxis]...
Hi, I run the testing code with the testing data, the deblurred image looks well. But when I tested it on Levin's et.al dataset, the deblurred images looks bad. There...
Hi! Sorry to interrupt you. I want to retrain your model, and I find that you crop 40960 image patches of size 256*256 from the PASCAL VOC dataset as your...
Hello! Thank you for sharing your fantastic work. I would like to run your model on single image (just inference). Do you have plan to make them public?
Hello! Thank you for sharing your fantastic work. I am interested in training your network with my data; however, I do not found the code for training. Would you please...