Restormer icon indicating copy to clipboard operation
Restormer copied to clipboard

[CVPR 2022--Oral] Restormer: Efficient Transformer for High-Resolution Image Restoration. SOTA for motion deblurring, image deraining, denoising (Gaussian/real data), and defocus deblurring.

Results 60 Restormer issues
Sort by recently updated
recently updated
newest added

Hello, I train a denoise model and then generate the 4000.state file .I want ask what it use for? and where can I see the change of loss during the...

Dear author, thanks for you excellent work. You compute ssim for different tasks using various methods, e.g., matlab version for motion deblurring, python version for defocus deblurring. What is the...

There are only two pieces of 3090 that can't run the results in the paper ,How do I set parameters

I was trying to run training Restormer, and succeed to run it with 128x128 size. However my GPU memory runs out when trying to train the network with 256x256 size...

Make q, k, and v contiguous to get better performance for normalize. After the rearrange operations for q, k, and v, normalizations on the last dim for q and k...

I am running this command as given here... ![image](https://github.com/swz30/Restormer/assets/75411997/e315458b-4bab-4ba8-9924-b957149a15d1) after following all the instructions ![image](https://github.com/swz30/Restormer/assets/75411997/c8d13017-d5ca-422f-a620-1386ba13b101) But it is executing/terminating just after running the command, I am unable to resolve the...

I have verified that the code works but completing run without errors. Defocus works on demo images but when I tested my images on denoising I am getting exactly same...

Thank you for your awesome code! I am hoping you might open-source the log files you have from training. Maybe the training and validation loss as a function of epoch...

这个代码中有哪部分是能够减少显存占用吗,为什么我自己的模型训练时占满GPU,替换restormer的模型部分放到这个代码里训练时只占用几个G。

Hi, can you tell me how to implement actual acceleration of dw conv?