c-yn / IRNeXt

[ICML2023] IRNeXt: Rethinking Convolutional Network Design for Image Restoration
MIT License
47 stars 4 forks source link

About image deblurring task #6

Closed Lixuanhe closed 4 months ago

Lixuanhe commented 4 months ago

Following the settings outlined in your paper, I set the coefficient n of the CNNBlock to 13. However, despite adhering to these parameters, the resulting PSNR of the trained model only reached 26.5. I was wondering if you could provide further details or insights into the training process for image deblurring.

Any additional information or guidance you could offer would be greatly appreciated.

Thank you for your time and consideration.

c-yn commented 4 months ago

Hi, thanks for your interest. The code has been released.

Lixuanhe commented 4 months ago

Thank you very much!