Deep-Generalized-Unfolding-Networks-for-Image-Restoration icon indicating copy to clipboard operation
Deep-Generalized-Unfolding-Networks-for-Image-Restoration copied to clipboard

Accepted by CVPR 2022

Results 10 Deep-Generalized-Unfolding-Networks-for-Image-Restoration issues
Sort by recently updated
recently updated
newest added

Thanks for the great work! Here are some details I want to ask. You mentioned in your paper that it takes three days for the model to train on two...

Why training should be divided into python train.py python train_plus.py These two steps?

你好,感谢你提供的源码。为什么训练的时候要分train和train_deblock这两步,用意是什么?期待你的回答,谢谢。

Hi, thanks for your efforts. I reproduced your work with the BSD400 dataset for the compressive sensing task. However, I trained for several days, but the results are far from...

Hi there @MC-E , Thank you for your great input and sharing the code! I have a question about the compressed sensing case: 1) As you mentioned in the paper:...

First,it is a real awesome work! When I run the train.py in the file named Deblurring, I got an error: > TypeError: can't convert cuda:0 device type tensor to numpy....

请问能咨询一下用的两张v100是那种显存规格的呢,同时想问一下例如denoising任务中,训练过程大概会需要多少的显存占用量

Dear author, In the model diagram of the paper, I noticed that there is an RB module in the U-net structure. However, I didn't notice this being implemented in the...

When I reproduced the results of the paper, "python test_DND.py --save_image", the following error occurred. ![image](https://github.com/MC-E/Deep-Generalized-Unfolding-Networks-for-Image-Restoration/assets/29300743/188b6459-9975-4fc5-ae87-a51d4a0fcc8c) Please make sure that the model you provided is trained using torch1.1? If not,...

Dear author: When I reproduce your awesome work,I find my model perform well during validation,but poorly during testing,why is that? Is it because normalization was applied during testing but not...